From: Louis Dionne Date: Tue, 15 Mar 2022 20:18:45 +0000 (-0400) Subject: [libc++] Update URL to old libc++ dylibs X-Git-Tag: upstream/15.0.7~13564 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d4d8f03619d6843bbacdb9918bdbeb033e1f7969;p=platform%2Fupstream%2Fllvm.git [libc++] Update URL to old libc++ dylibs --- diff --git a/libcxx/utils/ci/run-buildbot b/libcxx/utils/ci/run-buildbot index bdc5e50..aa03765 100755 --- a/libcxx/utils/ci/run-buildbot +++ b/libcxx/utils/ci/run-buildbot @@ -434,7 +434,7 @@ apple-system-backdeployment-*) if [[ "${OSX_ROOTS}" == "" ]]; then echo "--- Downloading previous macOS dylibs" - PREVIOUS_DYLIBS_URL="https://dl.dropboxusercontent.com/s/liu4fmc53qzlfly/libcxx-roots.tar.gz" + PREVIOUS_DYLIBS_URL="https://dl.dropboxusercontent.com/s/gmcfxwgl9f9n6pu/libcxx-roots.tar.gz" OSX_ROOTS="${BUILD_DIR}/macos-roots" mkdir -p "${OSX_ROOTS}" curl "${PREVIOUS_DYLIBS_URL}" | tar -xz --strip-components=1 -C "${OSX_ROOTS}"