mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-04-08 17:05:59 +02:00
Add --no-default-features to PKGBUILD (#355)
This commit is contained in:
parent
5d7697d3da
commit
508fe50b3c
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user