mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-23 04:33:10 +00:00
Add --no-default-features to PKGBUILD (#355)
This commit is contained in:
parent
5d7697d3da
commit
508fe50b3c
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue