| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-10-01 | Add a cross-compiling aarch64-apple-darwin CI builder | Jake Goulding | -3/+11 | |
| 2020-08-25 | ci: fix macOS target name for LLVM 10 | Pietro Albini | -3/+3 | |
| 2020-08-25 | ci: bump prebuilt LLVM on macOS and Windows to 10.0.0 | Pietro Albini | -6/+11 | |
| 2020-02-17 | ci: switch macOS builders to 10.15 | Pietro Albini | -3/+1 | |
| 2019-12-30 | ci: fix wrong sysroot in macos 10.15 onwards | Pietro Albini | -0/+9 | |
| 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-11-12 | ci: replace MINGW_URL with CUSTOM_MINGW=1 | Pietro Albini | -1/+1 | |
| This commit replaces the mirrors base URL contained in the MINGW_URL with a CUSTOM_MINGW=1 environment variable. The mirrors base URL will be fetched instead through the MIRRORS_BASE environment variable, defined in src/ci/shared.sh. | ||||
| 2019-11-07 | Update clang to build LLVM to 9.0.0 | Alex Crichton | -11/+12 | |
| This also ensure that we're using the same clang version for all our major platforms instead of 8.0 on Linux and 7.0 on OSX/Windows. | ||||
| 2019-10-28 | ci: fix execution condition for install-clang | Pietro Albini | -1/+1 | |
| 2019-10-25 | ci: reuse the mirrors base url from shared.sh in scripts | Pietro Albini | -1/+1 | |
| 2019-10-25 | ci: fix tidy | Pietro Albini | -1/+2 | |
| 2019-10-25 | ci: extract installing clang into a script | Pietro Albini | -0/+42 | |
