about summary refs log tree commit diff
path: root/src/ci
AgeCommit message (Expand)AuthorLines
2019-10-28ci: fix execution condition for install-clangPietro Albini-1/+1
2019-10-26ci: add support for MIPS64 musl targetsWang Xuerui-0/+16
2019-10-25ci: fix tidyPietro Albini-0/+1
2019-10-25ci: set MSYS_BITS environment variable for all windows buildersPietro Albini-0/+2
2019-10-25ci: fix installation condition for MinGWPietro Albini-5/+5
2019-10-25ci: split install-msys2 step into two separate scriptsPietro Albini-14/+32
2019-10-25ci: fix wrong path being set in install-msys2.shPietro Albini-1/+1
2019-10-25ci: fix innosetup installationPietro Albini-1/+1
2019-10-25ci: reuse the mirrors base url from shared.sh in scriptsPietro Albini-7/+5
2019-10-25ci: fix tidyPietro Albini-5/+10
2019-10-25ci: cleanup platform detectionPietro Albini-6/+6
2019-10-25ci: use shared.sh in scripts/install-awscli.shPietro Albini-1/+3
2019-10-25ci: extract verifying line endings into a scriptPietro Albini-21/+29
2019-10-25ci: extract checking out submodules into a scriptPietro Albini-11/+22
2019-10-25ci: extract enabling ipv6 on docker into a scriptPietro Albini-9/+19
2019-10-25ci: extract installing ninja into a scriptPietro Albini-14/+21
2019-10-25ci: extract installing mingw into a scriptPietro Albini-40/+51
2019-10-25ci: extract installing msys2 into a scriptPietro Albini-52/+47
2019-10-25ci: extract disabling git crlf handling into a scriptPietro Albini-5/+20
2019-10-25ci: extract parts of windows-build-deps into scriptsPietro Albini-35/+68
2019-10-25ci: extract switching xcode into a scriptPietro Albini-8/+18
2019-10-25ci: extract installing clang into a scriptPietro Albini-47/+58
2019-10-25ci: extract installing sccache into a scriptPietro Albini-22/+46
2019-10-25ci: extract dumping the environment into a scriptPietro Albini-10/+21
2019-10-25ci: move install-awscli.sh into scripts/Pietro Albini-1/+1
2019-10-24workaround msys2 bugMateusz MikuĊ‚a-0/+23
2019-10-21Remove `src/llvm-emscripten` submoduleAlex Crichton-2/+1
2019-10-20Auto merge of #65302 - msizanoen1:fix-armv7-segfault, r=alexcrichtonbors-366/+511
2019-10-16Remove PR runs, enable wasm32 CI, and move asmjs to disabledThomas Lively-6/+2
2019-10-16User should not change between emcc install and useThomas Lively-12/+6
2019-10-16Update test and add -O1 to wasm32 DockerfileThomas Lively-2/+3
2019-10-16Temporarily enable asmjs and wasm32 on PR CIThomas Lively-0/+4
2019-10-16Upgrade Emscripten targets to use upstream LLVM backendThomas Lively-116/+31
2019-10-16Mirror crosstool-ng on rust-lang-ci-mirrorsmsizanoen-1/+2
2019-10-13Fix path to crosstool-ng.shqtmlabs-1/+1
2019-10-12Add crosstool-ng 1.24.0 unzip dependencyqtmlabs-0/+1
2019-10-11Revert "Remove reference to Ubuntu 15.10 ARM toolchain"qtmlabs-3/+5
2019-10-11Remove reference to Ubuntu 15.10 ARM toolchainqtmlabs-5/+3
2019-10-11Upgrade GCC to 8.3.0, glibc to 1.17.0 and crosstool-ng to 1.24.0 for dist-arm...qtmlabs-366/+509
2019-10-05Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcri...Tyler Mandry-26/+117
2019-10-04Remove asmjs and wasm32 from PR CIThomas Lively-4/+0
2019-10-04Revert "Temporarily enable wasm32 CI"Thomas Lively-0/+0
2019-10-04Temporarily enable wasm32 CIThomas Lively-0/+0
2019-10-04Fix ABI, run and fix more tests, re-enable CI for PRsThomas Lively-4/+13
2019-10-04Upgrade Emscripten targets to use upstream LLVM backendThomas Lively-117/+21
2019-10-01Rollup merge of #64722 - Mark-Simulacrum:alt-parallel, r=alexcrichtonTyler Mandry-0/+3
2019-09-29Use https for curl when building for linuxTyler Mandry-2/+4
2019-09-23Make all alt builders produce parallel-enabled compilersMark Rousskov-0/+3
2019-09-23Remove `--enable-extended` from cross dist builderAlex Crichton-1/+0
2019-09-20Auto merge of #64553 - alexcrichton:windows-bash-install-scripts, r=Mark-Simu...bors-38/+39