This repository was archived by the owner on Sep 19, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114
114
with :
115
115
repository : madler/zlib
116
116
ref : 04f42ceca40f73e2978b50e93806c2a18c1281fc # v1.2.13
117
- path : zlib-1.2.13
117
+ path : zlib
118
118
clean : false
119
119
- name : Install musl
120
120
run : |
@@ -136,7 +136,7 @@ jobs:
136
136
x86_64-linux-musl-gcc --version
137
137
138
138
# Build zlib with musl from source and install into the MUSL_HOME directory
139
- pushd zlib-1.2.13
139
+ pushd zlib
140
140
CC=musl-gcc ./configure --prefix=$MUSL_HOME --static
141
141
make && make install
142
142
popd
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ node_modules
2
2
npm-debug.log
3
3
yarn-error.log
4
4
/lerna-debug.log
5
+ /musl-toolchain
5
6
/packages /google-closure-compiler /contrib /
6
7
/packages /google-closure-compiler /externs /
7
8
/packages /google-closure-compiler-java /compiler.jar
@@ -12,6 +13,7 @@ yarn-error.log
12
13
/packages /google-closure-compiler-macos /compiler.jar
13
14
/packages /google-closure-compiler-macos /compiler
14
15
/packages /google-closure-compiler-windows /compiler. *
15
- /temp
16
16
/publish-log.txt
17
+ /temp
18
+ /zlib
17
19
.npmrc
Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ const NATIVE_IMAGE_BUILD_ARGS = ['-H:+UnlockExperimentalVMOptions'].concat(
63
63
// '-H:+GenerateEmbeddedResourcesFile', // Available on Graal JDK 24 and newer
64
64
'--report-unsupported-elements-at-runtime' ,
65
65
'--initialize-at-build-time' ,
66
+ '-march=compatibility' ,
66
67
'--color=always' ,
67
68
'-jar' ,
68
69
path . resolve ( process . cwd ( ) , 'compiler.jar' ) ,
You can’t perform that action at this time.
0 commit comments