generated from general-packages/pika-pkg-template
attempt 3 at fixing rules
Some checks failed
PikaOS Package Build Only (Canary) (amd64-v3) / build (push) Failing after 1m1s
Some checks failed
PikaOS Package Build Only (Canary) (amd64-v3) / build (push) Failing after 1m1s
This commit is contained in:
parent
db590b81bb
commit
62f5ac7415
2
.github/build-canary-v3
vendored
2
.github/build-canary-v3
vendored
@ -1 +1 @@
|
|||||||
6
|
7
|
||||||
|
6
debian/rules
vendored
6
debian/rules
vendored
@ -61,9 +61,9 @@ endif
|
|||||||
|
|
||||||
# LTO Arch Check
|
# LTO Arch Check
|
||||||
ifneq (,$(filter armhf hppa i386 i686 m68k powerpc sparc64,$(DEB_HOST_ARCH)))
|
ifneq (,$(filter armhf hppa i386 i686 m68k powerpc sparc64,$(DEB_HOST_ARCH)))
|
||||||
LTO=disabled
|
LTO=false
|
||||||
else
|
else
|
||||||
LTO=enabled
|
LTO=true
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# COMPRESS Arch Check
|
# COMPRESS Arch Check
|
||||||
@ -134,7 +134,7 @@ override_dh_auto_configure:
|
|||||||
$(NULL)
|
$(NULL)
|
||||||
install -d debian/ld.so.conf.d
|
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 "/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
|
test_timeout_multiplier = 1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user