diff --git a/debian/changelog b/debian/changelog index ea6b0b7a..20e6741b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sat, 26 Sep 2020 21:29:05 +0200 + -- Sylvestre Ledru Sun, 27 Sep 2020 14:26:16 +0200 llvm-toolchain-11 (1:11.0.0~+rc3-1) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index 2a4542b5..ae7539a4 100755 --- a/debian/rules +++ b/debian/rules @@ -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: