mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
alevin-fry: enable verbose logging for build troubleshooting
This commit is contained in:
parent
74e321e9ce
commit
64e9b13486
1 changed files with 6 additions and 6 deletions
|
@ -22,14 +22,14 @@ build() {
|
|||
cd ${pkgname}-${pkgver}
|
||||
export RUSTUP_TOOLCHAIN=stable
|
||||
export CARGO_TARGET_DIR=target
|
||||
cargo build --frozen --release --all-features
|
||||
cargo build --frozen --release --all-features --verbose
|
||||
}
|
||||
|
||||
check() {
|
||||
cd ${pkgname}-${pkgver}
|
||||
export RUSTUP_TOOLCHAIN=stable
|
||||
cargo test --frozen --all-features
|
||||
}
|
||||
#check() {
|
||||
#cd ${pkgname}-${pkgver}
|
||||
#export RUSTUP_TOOLCHAIN=stable
|
||||
#cargo test --frozen --all-features
|
||||
#}
|
||||
|
||||
package() {
|
||||
cd ${pkgname}-${pkgver}
|
||||
|
|
Loading…
Add table
Reference in a new issue