llvm-project/libcxx/utils/ci
Martin Storsjö 7176799a7e [libc++] Add from-scratch testing configs for Windows
The paths to the compiler and to the python executable may need to
be quoted (if they're installed into e.g. C:\Program Files).

All testing commands that are executed expect a gcc compatible command
line interface, while clang-cl uses different command line options.
In the original testing config, if the chosen compiler was clang-cl, it
was replaced with clang++ by looking for such an executable in the path.

For the new from-scratch test configs, I instead chose to add
"--driver-mode=g++" to flags - invoking "clang-cl --driver-mode=g++"
has the same effect as invoking "clang++", without needing to run any
heuristics for picking a different compiler executable.

Differential Revision: https://reviews.llvm.org/D111202
2021-12-22 15:16:58 +02:00
..
Dockerfile [libc++][NFC] Bump Dockerfile to get latest nightly Clang 2021-12-20 11:25:08 -05:00
apple-install-libcxx.sh [libc++abi][ci] Add a from-scratch config for libc++abi on Apple/system 2021-10-13 08:07:40 -04:00
buildkite-pipeline-premerge.sh [runtimes] Trigger CI on changes to libunwind 2021-10-19 13:16:42 -04:00
buildkite-pipeline-snapshot.sh [libc++] Update continous integration scripts 2020-10-22 10:49:40 +02:00
buildkite-pipeline.yml [runtimes] Remove support for GCC-style 32 bit multilib builds 2021-12-01 12:57:01 -05:00
macos-ci-setup [libc++] ci: Create ~/Library/LaunchAgents if it does not exist yet 2021-07-16 11:48:10 -04:00
oss-fuzz.sh [libc++] Try to fix the oss-fuzz failure 2021-05-25 12:52:22 -04:00
run-buildbot [libc++] Add from-scratch testing configs for Windows 2021-12-22 15:16:58 +02:00
run-buildbot-container [libcxx][utils] Note read only mount and ptrace permission in container script 2021-11-03 10:09:15 +00:00