We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa68ed2 commit fa21597Copy full SHA for fa21597
ci/test/02_run_container.sh
@@ -94,16 +94,11 @@ if [ -z "$DANGER_RUN_CI_ON_HOST" ]; then
94
fi
95
96
if [ "$DANGER_CI_ON_HOST_CCACHE_FOLDER" ]; then
97
- # Temporary exclusion for https://github.com/bitcoin/bitcoin/issues/31108
98
- # to allow CI configs and envs generated in the past to work for a bit longer.
99
- # Can be removed in March 2025.
100
- if [ "${CCACHE_DIR}" != "/tmp/ccache_dir" ]; then
101
if [ ! -d "${CCACHE_DIR}" ]; then
102
echo "Error: Directory '${CCACHE_DIR}' must be created in advance."
103
exit 1
104
105
CI_CCACHE_MOUNT="type=bind,src=${CCACHE_DIR},dst=${CCACHE_DIR}"
106
- fi # End temporary exclusion
107
108
109
docker network create --ipv6 --subnet 1111:1111::/112 ci-ip6net || true
0 commit comments