Skip to content

Commit

Permalink
Switch the linux graal build runner for better GLIBC compatibility
Browse files Browse the repository at this point in the history
Allows a wider range of GLIBC versions
  • Loading branch information
ChadKillingsworth committed Jan 18, 2023
1 parent 17e3ca4 commit cc237bc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,12 @@ jobs:
path: packages/google-closure-compiler-java/compiler.jar

# Build the native image on Linux
# The runner image determines GLIBC compatibility and should not be changed without
# understanding the impact. See https://github.com/google/closure-compiler-npm/issues/280
build-linux:
name: Build Linux Native Image
needs: build-compiler
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
env:
NODE_VERSION: '14.x'
FORCE_COLOR: '1'
Expand Down

0 comments on commit cc237bc

Please sign in to comment.