disable
Some checks failed
PikaOS Package Build Only (amd64-v3) / build (push) Failing after 38s

This commit is contained in:
R L 2024-09-13 14:33:35 -07:00
parent 85a2b6b1aa
commit a978f0378d
Signed by: cybik
GPG Key ID: A6DD1646CC69863E
2 changed files with 4 additions and 1 deletions

View File

@ -1 +1 @@
3
4

3
debian/rules vendored
View File

@ -51,6 +51,9 @@ export PIKA_BUILD_ARCH = $(shell cat ../pika-build-arch)
#override_dh_clean:
# echo "disabled"
override_dh_usrlocal:
echo "disabled"
## overriding dh_auto_configure to add custom configs:
#override_dh_auto_configure:
# $(srcdir)/configure -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_DATADIR=/usr/share -DCMAKE_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu -DBUILD_PLUGIN=OFF