mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-13 19:37:04 +01:00
ci: Revert "Temporary workaround for old CCACHE_DIR cirrus env"
This reverts commit fa9747a896
.
This commit is contained in:
parent
aa68ed27b8
commit
fa21597064
1 changed files with 0 additions and 5 deletions
|
@ -94,16 +94,11 @@ if [ -z "$DANGER_RUN_CI_ON_HOST" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$DANGER_CI_ON_HOST_CCACHE_FOLDER" ]; then
|
if [ "$DANGER_CI_ON_HOST_CCACHE_FOLDER" ]; then
|
||||||
# Temporary exclusion for https://github.com/bitcoin/bitcoin/issues/31108
|
|
||||||
# to allow CI configs and envs generated in the past to work for a bit longer.
|
|
||||||
# Can be removed in March 2025.
|
|
||||||
if [ "${CCACHE_DIR}" != "/tmp/ccache_dir" ]; then
|
|
||||||
if [ ! -d "${CCACHE_DIR}" ]; then
|
if [ ! -d "${CCACHE_DIR}" ]; then
|
||||||
echo "Error: Directory '${CCACHE_DIR}' must be created in advance."
|
echo "Error: Directory '${CCACHE_DIR}' must be created in advance."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
CI_CCACHE_MOUNT="type=bind,src=${CCACHE_DIR},dst=${CCACHE_DIR}"
|
CI_CCACHE_MOUNT="type=bind,src=${CCACHE_DIR},dst=${CCACHE_DIR}"
|
||||||
fi # End temporary exclusion
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
docker network create --ipv6 --subnet 1111:1111::/112 ci-ip6net || true
|
docker network create --ipv6 --subnet 1111:1111::/112 ci-ip6net || true
|
||||||
|
|
Loading…
Add table
Reference in a new issue