Skip to content

Commit

Permalink
Merge pull request #281 from google/glibc
Browse files Browse the repository at this point in the history
Switch the linux graal build runner for better GLIBC compatibility
  • Loading branch information
brad4d authored Jan 18, 2023
2 parents 4ec06cf + cc237bc commit fb997d8
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 fb997d8

Please sign in to comment.