attempt 3 at fixing rules
Some checks failed
PikaOS Package Build Only (Canary) (amd64-v3) / build (push) Failing after 1m1s

This commit is contained in:
Ward from fusion-voyager-3 2024-07-25 20:41:11 +03:00
parent db590b81bb
commit 62f5ac7415
2 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
6
7

6
debian/rules vendored
View File

@ -61,9 +61,9 @@ endif
# LTO Arch Check
ifneq (,$(filter armhf hppa i386 i686 m68k powerpc sparc64,$(DEB_HOST_ARCH)))
LTO=disabled
LTO=false
else
LTO=enabled
LTO=true
endif
# COMPRESS Arch Check
@ -134,7 +134,7 @@ override_dh_auto_configure:
$(NULL)
install -d debian/ld.so.conf.d
echo "/usr/lib/$(DEB_HOST_MULTIARCH)/pipewire-0.3/jack/" > "debian/ld.so.conf.d/pipewire-jack-$(DEB_HOST_MULTIARCH).conf"
echo -e "\nCommenting out Disabled feature not to be installed...$(cmnt_libcam) $(cmnt_libroc) $(cmnt_vulkan)\n"
echo -e "\nCommenting out Disabled feature not to be installed... $(cmnt_libroc) $(cmnt_vulkan)\n"
test_timeout_multiplier = 1