projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc7034c
)
[libc++] Update URL to old libc++ dylibs
author
Louis Dionne
<ldionne.2@gmail.com>
Tue, 15 Mar 2022 20:18:45 +0000
(16:18 -0400)
committer
Louis Dionne
<ldionne.2@gmail.com>
Tue, 15 Mar 2022 20:18:51 +0000
(16:18 -0400)
libcxx/utils/ci/run-buildbot
patch
|
blob
|
history
diff --git
a/libcxx/utils/ci/run-buildbot
b/libcxx/utils/ci/run-buildbot
index bdc5e50e53b64388f20f9c33fa04c0c61dcc8e66..aa03765f8121f2c10db4be1f66ac29efc1c51709 100755
(executable)
--- 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}"