alevin-fry: enable verbose logging for build troubleshooting

This commit is contained in:
bipin kumar 2023-06-30 13:10:54 +05:30
parent 74e321e9ce
commit 64e9b13486
No known key found for this signature in database
GPG key ID: C67233497C15E476

View file

@ -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}