Skip to content

Commit 102e976

Browse files
committed
ci: mkdir "$OUTPUT_DIR" -p
to solve thread 'main' (23372) panicked at src/bin/verify_rust_std/env.rs:41:5: OUTPUT_DIR="/home/runner/work/distributed-verification/distributed-verification/assets/json" doesn't point to a valid path.
1 parent cc25253 commit 102e976

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/gen_core.json.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ set -o pipefail
55
export WORKSPACE="${WORKSPACE:-$(pwd)}"
66

77
export DV_LOG=off
8-
export OUTPUT_DIR=$WORKSPACE/assets/json
98
export KANI_DIR=$WORKSPACE/kani/target/kani
109
export VERIFY_RUST_STD_LIBRARY=$WORKSPACE/verify-rust-std/library
1110

11+
export OUTPUT_DIR=$WORKSPACE/assets/json
12+
mkdir "$OUTPUT_DIR" -p
13+
1214
# test/verify-rust-std needs this, so remember to
1315
# * update runid after verify-rust-std submodule syncs
1416
# * update snapshots after runid changes

0 commit comments

Comments
 (0)