File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -181,10 +181,10 @@ jobs:
181181 - uses : actions/setup-node@v6
182182 with :
183183 node-version : 24
184- - run : | # TODO get rid of --no-filesystem-checker
184+ - run : |
185185 ./mill -i native-mostly-static.writeNativeImageScript --scriptDest generate.sh --imageDest "" && \
186186 ./generate.sh && \
187- ./mill -i --no-filesystem-checker tests.test.nativeStatic && \
187+ ./mill -i tests.test.nativeStatic && \
188188 ./mill -i native-mostly-static.copyToArtifacts --directory artifacts/
189189 - uses : actions/upload-artifact@v5
190190 with :
Original file line number Diff line number Diff line change @@ -111,6 +111,7 @@ trait Cli extends ScalaJsCliModule with ScalaJsCliPublishModule {
111111}
112112
113113trait ScalaJsCliNativeImage extends ScalaJsCliModule with NativeImage {
114+ override def generateNativeImageWithFileSystemChecker : Boolean = false
114115
115116 def nativeImageClassPath : T [Seq [PathRef ]] = Task {
116117 runClasspath()
You can’t perform that action at this time.
0 commit comments