Skip to content

Commit 749e218

Browse files
committed
[libc++][NFC] Remove obsolete --osx-roots parameter to run-buildbot
That isn't used anymore since we now run backdeployment testing on the target system directly instead of using pre-packaged roots.
1 parent 9200ade commit 749e218

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

libcxx/utils/ci/run-buildbot

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ ${PROGNAME} [options] <BUILDER>
2828
--build-dir <DIR> The directory to use for building the library. By default,
2929
this is '<llvm-root>/build/<builder>'.
3030
31-
--osx-roots <DIR> Path to pre-downloaded macOS dylibs. By default, we download
32-
them from Green Dragon. This is only relevant at all when
33-
running back-deployment testing if one wants to override
34-
the old dylibs we use to run the tests with different ones.
3531
Environment variables
3632
CC The C compiler to use, this value is used by CMake. This
3733
variable is optional.
@@ -66,10 +62,6 @@ while [[ $# -gt 0 ]]; do
6662
BUILD_DIR="${2}"
6763
shift; shift
6864
;;
69-
--osx-roots)
70-
OSX_ROOTS="${2}"
71-
shift; shift
72-
;;
7365
*)
7466
BUILDER="${1}"
7567
shift

0 commit comments

Comments
 (0)