Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: move most of the prepare config into scripts #65202

Merged
merged 25 commits into from
Oct 28, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
4f568f8
ci: move install-awscli.sh into scripts/
pietroalbini Oct 4, 2019
c1fb42a
ci: extract dumping the environment into a script
pietroalbini Oct 4, 2019
a360772
ci: extract installing sccache into a script
pietroalbini Oct 4, 2019
c5bbde3
ci: extract installing clang into a script
pietroalbini Oct 4, 2019
1c0d764
ci: extract switching xcode into a script
pietroalbini Oct 7, 2019
6dd074a
ci: extract parts of windows-build-deps into scripts
pietroalbini Oct 7, 2019
e0b1b3b
ci: extract disabling git crlf handling into a script
pietroalbini Oct 7, 2019
852dfd7
ci: extract installing msys2 into a script
pietroalbini Oct 7, 2019
e55059a
ci: extract installing mingw into a script
pietroalbini Oct 8, 2019
bc9a0dc
ci: extract installing ninja into a script
pietroalbini Oct 8, 2019
d264e95
ci: extract enabling ipv6 on docker into a script
pietroalbini Oct 8, 2019
9a9d427
ci: extract checking out submodules into a script
pietroalbini Oct 8, 2019
9c252f1
ci: extract verifying line endings into a script
pietroalbini Oct 8, 2019
102dc3d
ci: use shared.sh in scripts/install-awscli.sh
pietroalbini Oct 8, 2019
4bc4fae
ci: cleanup platform detection
pietroalbini Oct 8, 2019
7855ee2
ci: fix tidy
pietroalbini Oct 8, 2019
10fa917
ci: reuse the mirrors base url from shared.sh in scripts
pietroalbini Oct 9, 2019
d52db03
ci: fix innosetup installation
pietroalbini Oct 15, 2019
9d15336
ci: fix wrong path being set in install-msys2.sh
pietroalbini Oct 18, 2019
db00787
ci: split install-msys2 step into two separate scripts
pietroalbini Oct 22, 2019
19fdc5c
ci: fix installation condition for MinGW
pietroalbini Oct 22, 2019
fe65c8e
ci: set MSYS_BITS environment variable for all windows builders
pietroalbini Oct 25, 2019
9c44ca2
ci: fix tidy
pietroalbini Oct 25, 2019
c854c44
ci: fix execution condition for install-clang
pietroalbini Oct 28, 2019
7e05123
ci: fix wrong path for wix being set
pietroalbini Oct 28, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/ci/azure-pipelines/auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@ jobs:

# 32/64 bit MSVC and GNU deployment
dist-x86_64-msvc:
MSYS_BITS: 64
RUST_CONFIGURE_ARGS: >
--build=x86_64-pc-windows-msvc
--target=x86_64-pc-windows-msvc,aarch64-pc-windows-msvc
Expand All @@ -324,6 +325,7 @@ jobs:
DIST_REQUIRE_ALL_TOOLS: 1
DEPLOY: 1
dist-i686-msvc:
MSYS_BITS: 32
RUST_CONFIGURE_ARGS: >
--build=i686-pc-windows-msvc
--target=i586-pc-windows-msvc
Expand Down
46 changes: 0 additions & 46 deletions src/ci/azure-pipelines/steps/install-clang.yml

This file was deleted.

21 changes: 0 additions & 21 deletions src/ci/azure-pipelines/steps/install-sccache.yml

This file was deleted.

143 changes: 0 additions & 143 deletions src/ci/azure-pipelines/steps/install-windows-build-deps.yml

This file was deleted.

Loading