mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-10-17 14:08:48 +00:00
Disable the MLIR testsuite run because of a freeze (Closes: #1024154) See https://github.com/llvm/llvm-project/issues/58357
This commit is contained in:
parent
19f47cc924
commit
e9f28b298e
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
||||
llvm-toolchain-14 (1:14.0.6-9) unstable; urgency=medium
|
||||
|
||||
* Disable the MLIR testsuite run because of a freeze
|
||||
(Closes: #1024154)
|
||||
See https://github.com/llvm/llvm-project/issues/58357
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Tue, 15 Nov 2022 18:23:44 +0100
|
||||
|
||||
llvm-toolchain-14 (1:14.0.6-8) unstable; urgency=medium
|
||||
|
||||
* Fix the lldb swig issues (closes: #1023444)
|
||||
|
4
debian/rules
vendored
4
debian/rules
vendored
@ -1125,7 +1125,11 @@ endif
|
||||
ninja $(VERBOSE) -C $(TARGET_BUILD_STAGE2) check-libcxxabi || true
|
||||
|
||||
# MLIR
|
||||
ifeq (,$(filter $(DEB_HOST_ARCH), i386 x32))
|
||||
# Do not run MLIR test on i386 because of
|
||||
# https://github.com/llvm/llvm-project/issues/58357
|
||||
ninja $(VERBOSE) -C $(TARGET_BUILD_STAGE2) check-mlir || true
|
||||
endif
|
||||
|
||||
# Libclc
|
||||
ninja $(VERBOSE) -C libclc/build test || true
|
||||
|
Loading…
Reference in New Issue
Block a user