1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00

linux release build should use ubuntu-18.04 (#9485)

This commit is contained in:
Ryan Dahl 2021-02-12 16:10:24 -05:00 committed by GitHub
parent f67b06939b
commit ca55a5d36e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,14 +17,23 @@ jobs:
kind: test_release
- os: windows-2019
kind: test_release
- os: ${{ github.repository == 'denoland/deno' && 'ubuntu-latest' || 'ubuntu-18.04' }}
kind: test_release
- os: ${{ github.repository == 'denoland/deno' && 'ubuntu-latest' || 'ubuntu-18.04' }}
kind: test_debug
- os: ${{ github.repository == 'denoland/deno' && 'ubuntu-latest' || 'ubuntu-18.04' }}
- os: ${{ github.repository == 'denoland/deno' && 'ubuntu-latest-xl' || 'ubuntu-latest' }}
kind: bench
- os: ${{ github.repository == 'denoland/deno' && 'ubuntu-latest' || 'ubuntu-18.04' }}
# TODO(ry) Ideally we could use ubuntu-latest-xl for lint but there's
# a bug with dprint that is preventing this from running.
- os: ubuntu-latest
kind: lint
# TODO(ry) Ideally we would use ubuntu-latest-xl for test_debug too,
# but there are race conditions in our test we are working around by
# using the slower runner.
- os: ubuntu-latest
kind: test_debug
# Warning: Do not upgrade test_release to newer version of ubuntu
# runners. We need to link against older version of glibc in order to
# run on older systems. glibc in 20.04 is not compatible with 18.04.
# See #9484.
- os: ubuntu-18.04
kind: test_release
# Always run master branch builds to completion. This allows the cache to
# stay mostly up-to-date in situations where a single job fails due to