We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ccda270 + e66c5bf commit 7589f3cCopy full SHA for 7589f3c
build.bash
@@ -1,9 +1,6 @@
1
#!/usr/bin/env bash
2
set -euo pipefail
3
4
-CARGO_TARGET_DIR=${CARGO_TARGET_DIR:-"$PWD"/target}
5
-export CARGO_TARGET_DIR
6
-
7
if [ "${RUN_BLACKSMITH:-0}" = "1" ]; then
8
cargo run --locked --manifest-path=blacksmith/Cargo.toml -- "$@"
9
else
0 commit comments