Skip to content
This repository was archived by the owner on Sep 19, 2025. It is now read-only.

Commit cc237bc

Browse files
Switch the linux graal build runner for better GLIBC compatibility
Allows a wider range of GLIBC versions
1 parent 17e3ca4 commit cc237bc

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)