fix weird distro check
Some checks failed
PikaOS Package Build & Release (Canary) (amd64-v3) / build (push) Failing after 10m40s
Some checks failed
PikaOS Package Build & Release (Canary) (amd64-v3) / build (push) Failing after 10m40s
This commit is contained in:
parent
d0889bfa96
commit
211dea2b75
2
.github/release-canary-v3
vendored
2
.github/release-canary-v3
vendored
@ -1 +1 @@
|
||||
2
|
||||
3
|
||||
|
11
debian/rules
vendored
11
debian/rules
vendored
@ -73,7 +73,7 @@ else
|
||||
# Freedreno requires arm in addition
|
||||
ifneq (,$(filter arm arm64,$(DEB_HOST_ARCH_CPU)))
|
||||
GALLIUM_DRIVERS += freedreno
|
||||
# XXX: broken
|
||||
# broken
|
||||
# GALLIUM_DRIVERS += asahi
|
||||
endif
|
||||
|
||||
@ -140,12 +140,8 @@ else
|
||||
|
||||
# Build rusticl for archs where rustc is available
|
||||
ifneq (,$(filter $(DEB_HOST_ARCH), $(RUSTICL_ARCHS)))
|
||||
ifneq ($(DEB_DISTRIBUTION), xxx)
|
||||
confflags_GALLIUM += -Dgallium-rusticl=false
|
||||
else
|
||||
confflags_GALLIUM += -Dgallium-rusticl=true
|
||||
endif
|
||||
endif
|
||||
|
||||
# nine makes sense only on archs that build wine
|
||||
ifneq (,$(filter $(DEB_HOST_ARCH), $(WINE_ARCHS)))
|
||||
@ -201,7 +197,6 @@ confflags += \
|
||||
$(confflags_SSE2) \
|
||||
$(confflags_VALGRIND)
|
||||
|
||||
|
||||
override_dh_clean: regen_control
|
||||
sed -i 's/-.*//' VERSION
|
||||
rm -rf .pc
|
||||
@ -241,6 +236,7 @@ override_dh_installchangelogs:
|
||||
override_dh_install:
|
||||
# purge .la files
|
||||
find debian/tmp/ -name '*.la' -exec rm '{}' ';'
|
||||
# nvk:
|
||||
find debian/tmp/usr/bin -name 'mme_*_sim_hw_test' -exec rm '{}' ';'
|
||||
|
||||
# Get rid of some files which aren't installed. Do not
|
||||
@ -298,9 +294,6 @@ override_dh_install:
|
||||
install -m 755 debian/local/script debian/$$p/usr/share/bug/$$p; \
|
||||
done
|
||||
|
||||
override_dh_missing:
|
||||
dh_missing --fail-missing
|
||||
|
||||
override_dh_makeshlibs:
|
||||
dh_makeshlibs -a -- -c0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user