generated from general-packages/pika-pkg-template
attempt 2 at fixing rules
Some checks failed
PikaOS Package Build Only (Canary) (amd64-v3) / build (push) Failing after 42s
Some checks failed
PikaOS Package Build Only (Canary) (amd64-v3) / build (push) Failing after 42s
This commit is contained in:
parent
f0813feae3
commit
db590b81bb
2
.github/build-canary-v3
vendored
2
.github/build-canary-v3
vendored
@ -1 +1 @@
|
|||||||
5
|
6
|
||||||
|
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=enabled
|
|
||||||
else
|
|
||||||
LTO=disabled
|
LTO=disabled
|
||||||
|
else
|
||||||
|
LTO=enabled
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# COMPRESS Arch Check
|
# COMPRESS Arch Check
|
||||||
@ -77,7 +77,7 @@ endif
|
|||||||
ifneq (,$(filter i386,$(DEB_HOST_ARCH)))
|
ifneq (,$(filter i386,$(DEB_HOST_ARCH)))
|
||||||
LC3=disabled
|
LC3=disabled
|
||||||
else
|
else
|
||||||
LC3=enables
|
LC3=enabled
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Just always have vulkan
|
# Just always have vulkan
|
||||||
|
Loading…
Reference in New Issue
Block a user