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

Update Linux runners to Ubuntu 20.04 #92983

Merged
merged 1 commit into from
Jan 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
86 changes: 43 additions & 43 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ jobs:
matrix:
include:
- name: mingw-check
os: ubuntu-latest-xl
os: ubuntu-20.04-xl
env: {}
- name: x86_64-gnu-llvm-12
os: ubuntu-latest-xl
os: ubuntu-20.04-xl
env: {}
- name: x86_64-gnu-tools
env:
CI_ONLY_WHEN_SUBMODULES_CHANGED: 1
os: ubuntu-latest-xl
os: ubuntu-20.04-xl
timeout-minutes: 600
runs-on: "${{ matrix.os }}"
steps:
Expand Down Expand Up @@ -163,128 +163,128 @@ jobs:
- ARM64
- linux
- name: arm-android
os: ubuntu-latest-xl
os: ubuntu-20.04-xl
env: {}
- name: armhf-gnu
os: ubuntu-latest-xl
os: ubuntu-20.04-xl
env: {}
- name: dist-aarch64-linux
os: ubuntu-latest-xl
os: ubuntu-20.04-xl
env: {}
- name: dist-android
os: ubuntu-latest-xl
os: ubuntu-20.04-xl
env: {}
- name: dist-arm-linux
os: ubuntu-latest-xl
os: ubuntu-20.04-xl
env: {}
- name: dist-armhf-linux
os: ubuntu-latest-xl
os: ubuntu-20.04-xl
env: {}
- name: dist-armv7-linux
os: ubuntu-latest-xl
os: ubuntu-20.04-xl
env: {}
- name: dist-i586-gnu-i586-i686-musl
os: ubuntu-latest-xl
os: ubuntu-20.04-xl
env: {}
- name: dist-i686-linux
os: ubuntu-latest-xl
os: ubuntu-20.04-xl
env: {}
- name: dist-mips-linux
os: ubuntu-latest-xl
os: ubuntu-20.04-xl
env: {}
- name: dist-mips64-linux
os: ubuntu-latest-xl
os: ubuntu-20.04-xl
env: {}
- name: dist-mips64el-linux
os: ubuntu-latest-xl
os: ubuntu-20.04-xl
env: {}
- name: dist-mipsel-linux
os: ubuntu-latest-xl
os: ubuntu-20.04-xl
env: {}
- name: dist-powerpc-linux
os: ubuntu-latest-xl
os: ubuntu-20.04-xl
env: {}
- name: dist-powerpc64-linux
os: ubuntu-latest-xl
os: ubuntu-20.04-xl
env: {}
- name: dist-powerpc64le-linux
os: ubuntu-latest-xl
os: ubuntu-20.04-xl
env: {}
- name: dist-riscv64-linux
os: ubuntu-latest-xl
os: ubuntu-20.04-xl
env: {}
- name: dist-s390x-linux
os: ubuntu-latest-xl
os: ubuntu-20.04-xl
env: {}
- name: dist-various-1
os: ubuntu-latest-xl
os: ubuntu-20.04-xl
env: {}
- name: dist-various-2
os: ubuntu-latest-xl
os: ubuntu-20.04-xl
env: {}
- name: dist-x86_64-freebsd
os: ubuntu-latest-xl
os: ubuntu-20.04-xl
env: {}
- name: dist-x86_64-illumos
os: ubuntu-latest-xl
os: ubuntu-20.04-xl
env: {}
- name: dist-x86_64-linux
os: ubuntu-latest-xl
os: ubuntu-20.04-xl
env: {}
- name: dist-x86_64-linux-alt
env:
IMAGE: dist-x86_64-linux
os: ubuntu-latest-xl
os: ubuntu-20.04-xl
- name: dist-x86_64-musl
os: ubuntu-latest-xl
os: ubuntu-20.04-xl
env: {}
- name: dist-x86_64-netbsd
os: ubuntu-latest-xl
os: ubuntu-20.04-xl
env: {}
- name: i686-gnu
os: ubuntu-latest-xl
os: ubuntu-20.04-xl
env: {}
- name: i686-gnu-nopt
os: ubuntu-latest-xl
os: ubuntu-20.04-xl
env: {}
- name: mingw-check
os: ubuntu-latest-xl
os: ubuntu-20.04-xl
env: {}
- name: test-various
os: ubuntu-latest-xl
os: ubuntu-20.04-xl
env: {}
- name: wasm32
os: ubuntu-latest-xl
os: ubuntu-20.04-xl
env: {}
- name: x86_64-gnu
os: ubuntu-latest-xl
os: ubuntu-20.04-xl
env: {}
- name: x86_64-gnu-stable
env:
IMAGE: x86_64-gnu
RUST_CI_OVERRIDE_RELEASE_CHANNEL: stable
CI_ONLY_WHEN_CHANNEL: nightly
os: ubuntu-latest-xl
os: ubuntu-20.04-xl
- name: x86_64-gnu-aux
os: ubuntu-latest-xl
os: ubuntu-20.04-xl
env: {}
- name: x86_64-gnu-debug
os: ubuntu-latest-xl
os: ubuntu-20.04-xl
env: {}
- name: x86_64-gnu-distcheck
os: ubuntu-latest-xl
os: ubuntu-20.04-xl
env: {}
- name: x86_64-gnu-llvm-12
env:
RUST_BACKTRACE: 1
os: ubuntu-latest-xl
os: ubuntu-20.04-xl
- name: x86_64-gnu-nopt
os: ubuntu-latest-xl
os: ubuntu-20.04-xl
env: {}
- name: x86_64-gnu-tools
env:
DEPLOY_TOOLSTATES_JSON: toolstates-linux.json
os: ubuntu-latest-xl
os: ubuntu-20.04-xl
- name: dist-x86_64-apple
env:
SCRIPT: "./x.py dist --exclude rust-docs --exclude extended && ./x.py dist --target=x86_64-apple-darwin rust-docs && ./x.py dist extended"
Expand Down Expand Up @@ -532,7 +532,7 @@ jobs:
matrix:
include:
- name: dist-x86_64-linux
os: ubuntu-latest-xl
os: ubuntu-20.04-xl
env: {}
timeout-minutes: 600
runs-on: "${{ matrix.os }}"
Expand Down
2 changes: 1 addition & 1 deletion src/ci/github-actions/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ x--expand-yaml-anchors--remove:
env: {}

- &job-linux-xl
os: ubuntu-latest-xl
os: ubuntu-20.04-xl
<<: *base-job

- &job-macos-xl
Expand Down