[libcxx-commits] [libcxx] d4d8f03 - [libc++] Update URL to old libc++ dylibs
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Mar 15 13:18:55 PDT 2022
Author: Louis Dionne
Date: 2022-03-15T16:18:51-04:00
New Revision: d4d8f03619d6843bbacdb9918bdbeb033e1f7969
URL: https://github.com/llvm/llvm-project/commit/d4d8f03619d6843bbacdb9918bdbeb033e1f7969
DIFF: https://github.com/llvm/llvm-project/commit/d4d8f03619d6843bbacdb9918bdbeb033e1f7969.diff
LOG: [libc++] Update URL to old libc++ dylibs
Added:
Modified:
libcxx/utils/ci/run-buildbot
Removed:
################################################################################
diff --git a/libcxx/utils/ci/run-buildbot b/libcxx/utils/ci/run-buildbot
index bdc5e50e53b64..aa03765f8121f 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}"
More information about the libcxx-commits
mailing list