summary refs log tree commit diff
path: root/src/ci/scripts/install-clang.sh
AgeCommit message (Collapse)AuthorLines
2019-11-12ci: replace MINGW_URL with CUSTOM_MINGW=1Pietro 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-07Update clang to build LLVM to 9.0.0Alex 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-28ci: fix execution condition for install-clangPietro Albini-1/+1
2019-10-25ci: reuse the mirrors base url from shared.sh in scriptsPietro Albini-1/+1
2019-10-25ci: fix tidyPietro Albini-1/+2
2019-10-25ci: extract installing clang into a scriptPietro Albini-0/+42