Skip to content

Commit fb997d8

Browse files
authored
Merge pull request #281 from google/glibc
Switch the linux graal build runner for better GLIBC compatibility
2 parents 4ec06cf + cc237bc commit fb997d8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,12 @@ jobs:
6868
path: packages/google-closure-compiler-java/compiler.jar
6969

7070
# Build the native image on Linux
71+
# The runner image determines GLIBC compatibility and should not be changed without
72+
# understanding the impact. See https://github.com/google/closure-compiler-npm/issues/280
7173
build-linux:
7274
name: Build Linux Native Image
7375
needs: build-compiler
74-
runs-on: ubuntu-latest
76+
runs-on: ubuntu-20.04
7577
env:
7678
NODE_VERSION: '14.x'
7779
FORCE_COLOR: '1'

0 commit comments

Comments
 (0)