rust/src/ci/scripts
Pietro Albini 39ddbeb874
ci: fix wrong sysroot in macos 10.15 onwards
In their infinite wisdom, Apple decided that (starting from macOS 10.15
onwards) /usr/include is not the location we should all search in for
our beloved C headers. Instead, we should look inside the extremely
intuitive and easily guessable new path:

/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include

Because why not.
2019-12-30 14:56:51 +01:00
..
checkout-submodules.sh ci: extract checking out submodules into a script 2019-10-25 16:08:33 +02:00
collect-cpu-stats.sh ci: extract collecting cpu stats into a script 2019-11-12 11:06:11 +01:00
disable-git-crlf-conversion.sh ci: extract disabling git crlf handling into a script 2019-10-25 16:03:11 +02:00
dump-environment.sh ci: extract dumping the environment into a script 2019-10-25 16:03:04 +02:00
enable-docker-ipv6.sh ci: fix tidy 2019-10-25 16:08:39 +02:00
install-awscli.sh ci: reuse the mirrors base url from shared.sh in scripts 2019-10-25 16:08:41 +02:00
install-clang.sh ci: fix wrong sysroot in macos 10.15 onwards 2019-12-30 14:56:51 +01:00
install-innosetup.sh ci: fix innosetup installation 2019-10-25 16:08:42 +02:00
install-mingw.sh ci: add support for GitHub Actions in the CI scripts 2019-11-22 15:36:37 +01:00
install-msys2-packages.sh ci: install binutils in msys2 2019-12-30 14:56:50 +01:00
install-msys2.sh Use the chocolatey CDN directly to avoid the flaky API 2019-12-24 00:59:37 +00:00
install-ninja.sh ci: reuse the mirrors base url from shared.sh in scripts 2019-10-25 16:08:41 +02:00
install-sccache.sh ci: extract installing sccache into a script 2019-10-25 16:03:06 +02:00
install-wix.sh ci: fix wrong path for wix being set 2019-10-28 15:09:18 +01:00
run-build-from-ci.sh ci: extract running the build into a script 2019-11-12 11:06:11 +01:00
setup-environment.sh ci: guess some environment variables based on builder name and os 2019-11-22 15:36:37 +01:00
should-skip-this.sh Apply suggestions from lzutao 2019-10-29 10:32:51 +01:00
switch-xcode.sh ci: extract switching xcode into a script 2019-10-25 16:03:08 +02:00
upload-artifacts.sh ci: move toolstates.json to /tmp/toolstate/ and docker mount it 2019-10-30 19:41:22 +01:00
verify-line-endings.sh ci: extract verifying line endings into a script 2019-10-25 16:08:35 +02:00
windows-symlink-build-dir.sh ci: extract parts of windows-build-deps into scripts 2019-10-25 16:03:10 +02:00