about summary refs log tree commit diff
path: root/src/ci/init_repo.sh
AgeCommit message (Expand)AuthorLines
2022-06-23Move init_repo.sh to checkout-submodules.shEric Huss-72/+0
2022-06-23Remove duplicated fetch_github_commit_archive in CI scripts.Eric Huss-1/+0
2022-06-23Remove unused CACHE_DIR in init_repo.Eric Huss-10/+0
2022-06-23Temporarily disable submodule archive downloads.Eric Huss-8/+11
2022-06-05remove azure pipelines-specific debug statementPietro Albini-4/+0
2022-02-28Fix extracting submodules on windows.Eric Huss-0/+5
2022-02-28Error if submodule fetch fails.Eric Huss-1/+7
2021-06-20Fix CI to fetch master on beta channelMark Rousskov-1/+1
2020-11-06ignore shellcheck error SC2068Daiki Ihara-1/+2
2020-11-06fix shellcheck error of SC2068Daiki Ihara-1/+1
2019-10-21Remove `src/llvm-emscripten` submoduleAlex Crichton-1/+1
2019-07-15ci: Remove Travis/AppVeyor configurationAlex Crichton-5/+0
2019-05-29ci: display more debug information in the init_repo scriptPietro Albini-0/+4
2019-01-26Clean up build-x86_64-fortanix-unknown-sgx-toolchain.shJethro Beekman-3/+4
2019-01-25Rebase to the llvm-project monorepoJosh Stone-2/+1
2018-12-25Remove licensesMark Rousskov-9/+0
2018-11-20ci: Download clang/lldb from tarballsAlex Crichton-0/+1
2018-03-19Update submodules in parallelJohn Kåre Alsaker-43/+29
2018-01-28rustc: Split Emscripten to a separate codegen backendAlex Crichton-5/+10
2018-01-19Automaticaly calculate beta prerelease numbersAlex Crichton-0/+6
2017-11-13Use #!/usr/bin/env as shebang for Bash scriptsSébastien Santoro-1/+1
2017-07-06Retry downloading llvm commit tarballAidan Hobson Sayers-1/+2
2017-07-05Switch to rust-lang-nursery/compiler-builtinsAlex Crichton-3/+4
2017-06-15Use --depth to speed up pristine submodule cloningAidan Hobson Sayers-35/+4
2017-06-02ci: Improve log output (mainly Travis).kennytm-2/+19
2017-05-25Hack around abysmally slow llvm clonesAidan Hobson Sayers-0/+10
2017-04-14Add a comment for disabling errexitAidan Hobson Sayers-0/+2
2017-04-07Disable errexit for sanity checking git repoAidan Hobson Sayers-1/+3
2017-04-04Enable appveyor cache, add more paranoiaAidan Hobson Sayers-2/+13
2017-03-29Attempt to cache git modulesAidan Hobson Sayers-0/+71