mirror of
https://github.com/ClementTsang/bottom.git
synced 2026-05-29 18:20:57 +00:00
Add --no-default-features to PKGBUILD (#355)
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user