mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-23 21:55:11 +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() {
|
build() {
|
||||||
cd $pkgname-$pkgver
|
cd $pkgname-$pkgver
|
||||||
cargo build --release --locked
|
cargo build --release --locked --no-default-features
|
||||||
}
|
}
|
||||||
|
|
||||||
check() {
|
check() {
|
||||||
cd $pkgname-$pkgver
|
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() {
|
package() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user