Disable test executions on mipsel (timeout)

This commit is contained in:
Sylvestre Ledru 2020-09-27 14:26:23 +02:00
parent d3d6dac5ef
commit e96aa0e792
2 changed files with 7 additions and 1 deletions

3
debian/changelog vendored
View File

@ -64,8 +64,9 @@ llvm-toolchain-11 (1:11.0.0~+rc3-2) unstable; urgency=medium
Fix autopkgtest
* In the autopkgtest tests, update the opt arguments (-q removed and
-basicaa renamed to -basic-aa)
* Disable test executions on mipsel (timeout)
-- Sylvestre Ledru <sylvestre@debian.org> Sat, 26 Sep 2020 21:29:05 +0200
-- Sylvestre Ledru <sylvestre@debian.org> Sun, 27 Sep 2020 14:26:16 +0200
llvm-toolchain-11 (1:11.0.0~+rc3-1) unstable; urgency=medium

5
debian/rules vendored
View File

@ -187,6 +187,11 @@ ifeq (riscv64,$(DEB_HOST_ARCH))
endif
endif
# llvm tests timeout, disable it on mipsel
ifeq (mipsel,$(DEB_HOST_ARCH))
RUN_TEST=no
endif
ifneq (,$(filter scan-build,$(DEB_BUILD_OPTIONS)))
# enable the build using scan-build
# The package are installed through the variable declarations: