ci/fluster: don't overwrite FLUSTER_VECTORS_HOST_PATH to a different meaning

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34362>
This commit is contained in:
Eric Engestrom
2025-04-03 17:55:51 +02:00
committed by Marge Bot
parent 8ec11893d9
commit 7c5389695b

View File

@@ -24,9 +24,7 @@ if [ "$CI_PROJECT_PATH" != "$FDO_UPSTREAM_REPO" ]; then
fi
fi
FLUSTER_VECTORS_HOST_PATH="${FDO_HTTP_CACHE_URI:-}https://${FLUSTER_VECTORS_HOST_PATH}/vectors.tar.zst"
curl -L --retry 4 -f --retry-all-errors --retry-delay 60 ${FLUSTER_VECTORS_HOST_PATH} | tar --zstd -x -C /usr/local/
curl -L --retry 4 -f --retry-all-errors --retry-delay 60 "${FDO_HTTP_CACHE_URI:-}https://${FLUSTER_VECTORS_HOST_PATH}/vectors.tar.zst" | tar --zstd -x -C /usr/local/
INSTALL="$PWD/install"