Skip to content

Commit fa330d8

Browse files
author
MarcoFalke
committed
ci: Avoid invoking curl on the host
1 parent 828bb77 commit fa330d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test/05_before_script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ OSX_SDK_BASENAME="Xcode-${XCODE_VERSION}-${XCODE_BUILD_ID}-extracted-SDK-with-li
1919
OSX_SDK_PATH="${DEPENDS_DIR}/sdk-sources/${OSX_SDK_BASENAME}"
2020

2121
if [ -n "$XCODE_VERSION" ] && [ ! -f "$OSX_SDK_PATH" ]; then
22-
curl --location --fail "${SDK_URL}/${OSX_SDK_BASENAME}" -o "$OSX_SDK_PATH"
22+
DOCKER_EXEC curl --location --fail "${SDK_URL}/${OSX_SDK_BASENAME}" -o "$OSX_SDK_PATH"
2323
fi
2424

2525
if [[ ${USE_MEMORY_SANITIZER} == "true" ]]; then

0 commit comments

Comments
 (0)