mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 15:38:09 +02:00
ci/fluster: use http proxy when checking for the vector files
It's done properly when downloading it, but not when checking for it. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34362>
This commit is contained in:
parent
e7a44de184
commit
8ec11893d9
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ fi
|
|||
# Check which fluster vectors to get
|
||||
FLUSTER_VECTORS_HOST_PATH="${STORAGE_MAINLINE_HOST_PATH}/fluster/${FLUSTER_VECTORS_VERSION}"
|
||||
if [ "$CI_PROJECT_PATH" != "$FDO_UPSTREAM_REPO" ]; then
|
||||
if ! curl -s -L --retry 4 -f --retry-delay 60 "https://${FLUSTER_VECTORS_HOST_PATH}/done"; then
|
||||
if ! curl -s -L --retry 4 -f --retry-delay 60 "${FDO_HTTP_CACHE_URI:-}https://${FLUSTER_VECTORS_HOST_PATH}/done"; then
|
||||
echo "Using Fluster vectors from the fork, cached from mainline is unavailable."
|
||||
FLUSTER_VECTORS_HOST_PATH="${STORAGE_FORK_HOST_PATH}/fluster/${FLUSTER_VECTORS_VERSION}"
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue