summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--deployment/linux/arch/PKGBUILD.template4
1 files changed, 2 insertions, 2 deletions
diff --git a/deployment/linux/arch/PKGBUILD.template b/deployment/linux/arch/PKGBUILD.template
index 77ffee96..b9e6ea3f 100644
--- a/deployment/linux/arch/PKGBUILD.template
+++ b/deployment/linux/arch/PKGBUILD.template
@@ -14,12 +14,12 @@ sha512sums=('$hash1')
build() {
cd $pkgname-$pkgver
- cargo build --release --locked
+ cargo build --release --locked --no-default-features
}
check() {
cd $pkgname-$pkgver
- CARGO_HUSKY_DONT_INSTALL_HOOKS=true cargo test --release --locked
+ CARGO_HUSKY_DONT_INSTALL_HOOKS=true cargo test --release --locked --no-default-features
}
package() {