File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 6
6
7
7
export LC_ALL=C.UTF-8
8
8
9
- # Create folders that are mounted into the docker
10
- mkdir -p " ${CCACHE_DIR} "
11
- mkdir -p " ${PREVIOUS_RELEASES_DIR} "
12
-
13
9
export ASAN_OPTIONS=" detect_stack_use_after_return=1:check_initialization_order=1:strict_init_order=1"
14
10
export LSAN_OPTIONS=" suppressions=${BASE_ROOT_DIR} /test/sanitizer_suppressions/lsan"
15
11
export TSAN_OPTIONS=" suppressions=${BASE_ROOT_DIR} /test/sanitizer_suppressions/tsan:halt_on_error=1:log_path=${BASE_SCRATCH_DIR} /sanitizer-output/tsan"
@@ -52,6 +48,9 @@ if [ -z "$DANGER_RUN_CI_ON_HOST" ]; then
52
48
export CI_EXEC_CMD_PREFIX=" docker exec ${CI_CONTAINER_ID} "
53
49
else
54
50
echo " Running on host system without docker wrapper"
51
+ echo " Create missing folders"
52
+ mkdir -p " ${CCACHE_DIR} "
53
+ mkdir -p " ${PREVIOUS_RELEASES_DIR} "
55
54
fi
56
55
57
56
CI_EXEC () {
You can’t perform that action at this time.
0 commit comments