mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-31 22:29:18 +00:00
Disable LLVM testsuite on x32
This commit is contained in:
parent
99f5b32d63
commit
5fdf2c5075
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
llvm-toolchain-snapshot (1:19~++20240529093513+2cfea14a57ad-1~exp2) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
[ John Paul Adrian Glaubitz ]
|
||||||
|
* Disable LLVM testsuite on x32
|
||||||
|
|
||||||
|
-- John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Sat, 01 Jun 2024 23:16:14 +0200
|
||||||
|
|
||||||
llvm-toolchain-snapshot (1:19~++20240529093513+2cfea14a57ad-1~exp1) experimental; urgency=medium
|
llvm-toolchain-snapshot (1:19~++20240529093513+2cfea14a57ad-1~exp1) experimental; urgency=medium
|
||||||
|
|
||||||
* experimental New snapshot release
|
* experimental New snapshot release
|
||||||
|
4
debian/rules
vendored
4
debian/rules
vendored
@ -398,8 +398,8 @@ ifeq (riscv64,$(DEB_HOST_ARCH))
|
|||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# llvm tests timeout, disable it on mipsel
|
# llvm tests timeout, disable it on mipsel and x32
|
||||||
ifeq (mipsel,$(DEB_HOST_ARCH))
|
ifneq (,$(filter $(DEB_HOST_ARCH), mipsel x32))
|
||||||
RUN_TEST=no
|
RUN_TEST=no
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user