diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2019-05-22 07:09:25 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2019-05-22 07:09:25 -0700 |
| commit | a8ac80b7bcb46d199c196ec0313ca7fd70aee857 (patch) | |
| tree | abb3c7908b1ed4b3a8b561d34704e1e82621953f /src/ci | |
| parent | 36ee777cebd865ffd7e8223b4ae4bf533f7b476b (diff) | |
| download | rust-a8ac80b7bcb46d199c196ec0313ca7fd70aee857.tar.gz rust-a8ac80b7bcb46d199c196ec0313ca7fd70aee857.zip | |
Final cleanups
* Clean up the `install-windows-build-deps.yml` file and add some more comments where appropriate. * Add some comments to `run.yml` * Don't fast path the `rustfmt` submodule, but we'll take care of that later if necessary.
Diffstat (limited to 'src/ci')
| -rwxr-xr-x | src/ci/init_repo.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ci/init_repo.sh b/src/ci/init_repo.sh index 10215d863be..3dfd3381576 100755 --- a/src/ci/init_repo.sh +++ b/src/ci/init_repo.sh @@ -47,7 +47,6 @@ function fetch_github_commit_archive { } included="src/llvm-project src/llvm-emscripten src/doc/book src/doc/rust-by-example" -included="${included} src/tools/rustfmt" modules="$(git config --file .gitmodules --get-regexp '\.path$' | cut -d' ' -f2)" modules=($modules) use_git="" |
