File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 37
37
timeout_in : 60m
38
38
env :
39
39
MAKEJOBS : " -j9"
40
- RUN_CI_ON_HOST : " 1"
40
+ DANGER_RUN_CI_ON_HOST : " 1"
41
41
TEST_RUNNER_PORT_MIN : " 14000" # Must be larger than 12321, which is used for the http cache. See https://cirrus-ci.org/guide/writing-tasks/#http-cache
42
42
CCACHE_SIZE : " 200M"
43
43
CCACHE_DIR : " /tmp/ccache_dir"
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104
104
- libdb-dev
105
105
- libevent-dev
106
106
env : >-
107
- RUN_CI_ON_HOST =true
107
+ DANGER_RUN_CI_ON_HOST =true
108
108
CI_USE_APT_INSTALL=no
109
109
FILE_ENV="./ci/test/00_setup_env_s390x_host.sh"
110
110
@@ -194,6 +194,6 @@ jobs:
194
194
- ccache
195
195
- zeromq
196
196
env : >-
197
- RUN_CI_ON_HOST =true
197
+ DANGER_RUN_CI_ON_HOST =true
198
198
CI_USE_APT_INSTALL=no
199
199
FILE_ENV="./ci/test/00_setup_env_mac_host.sh"
Original file line number Diff line number Diff line change 35
35
36
36
export P_CI_DIR=" $PWD "
37
37
38
- if [ -z " $RUN_CI_ON_HOST " ]; then
38
+ if [ -z " $DANGER_RUN_CI_ON_HOST " ]; then
39
39
echo " Creating $DOCKER_NAME_TAG container to run in"
40
40
${CI_RETRY_EXE} docker pull " $DOCKER_NAME_TAG "
41
41
@@ -91,7 +91,7 @@ export DIR_FUZZ_IN=${DIR_QA_ASSETS}/fuzz_seed_corpus/
91
91
92
92
DOCKER_EXEC mkdir -p " ${BASE_SCRATCH_DIR} /sanitizer-output/"
93
93
94
- if [ -z " $RUN_CI_ON_HOST " ]; then
94
+ if [ -z " $DANGER_RUN_CI_ON_HOST " ]; then
95
95
echo " Create $BASE_ROOT_DIR "
96
96
DOCKER_EXEC rsync -a /ro_base/ $BASE_ROOT_DIR
97
97
fi
You can’t perform that action at this time.
0 commit comments