Skip to content

Commit e66c5bf

Browse files
committed
Enable blacksmith global artifact caching
1 parent ccda270 commit e66c5bf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

build.bash

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
#!/usr/bin/env bash
22
set -euo pipefail
33

4-
CARGO_TARGET_DIR=${CARGO_TARGET_DIR:-"$PWD"/target}
5-
export CARGO_TARGET_DIR
6-
74
if [ "${RUN_BLACKSMITH:-0}" = "1" ]; then
85
cargo run --locked --manifest-path=blacksmith/Cargo.toml -- "$@"
96
else

0 commit comments

Comments
 (0)