mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 23:22:30 +00:00
fix the nocheck
This commit is contained in:
parent
b9dec36ce6
commit
b4d3a20011
2
debian/rules
vendored
2
debian/rules
vendored
@ -334,7 +334,7 @@ STAGE_ALL_CMAKE_EXTRA += -DMLIR_INSTALL_AGGREGATE_OBJECTS=OFF
|
||||
|
||||
|
||||
RUN_TEST=yes
|
||||
ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
|
||||
ifneq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
|
||||
RUN_TEST=no
|
||||
endif
|
||||
ifeq ($(shell dpkg-vendor --derives-from Ubuntu && echo yes),yes)
|
||||
|
Loading…
Reference in New Issue
Block a user