mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-11-01 10:28:12 +00:00
Disable test executions on mipsel (timeout)
This commit is contained in:
parent
d3d6dac5ef
commit
e96aa0e792
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -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
5
debian/rules
vendored
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user