Skip to content

Commit 7589f3c

Browse files
authored
Merge pull request #904 from apiraino/enable-global-artifact-caching
Enable blacksmith global artifact caching
2 parents ccda270 + e66c5bf commit 7589f3c

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)