We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 263e648 commit d282a18Copy full SHA for d282a18
.github/workflows/xtracfg.yml
@@ -55,6 +55,7 @@ jobs:
55
CFLAGS="-fPIC" ./configure --static
56
make
57
- name: java
58
+ continue-on-error: true
59
working-directory: ./libxtracfg/java
60
run: |
61
./gradlew nativeCompile -PLIB=true
libxtracfg/c/native-image/static-compiler-windows.bat
@@ -53,7 +53,7 @@ for %%P in (%*) do (
53
echo %%P | findstr /R /C:"^C:.*\.lib" 1>nul
54
if !errorlevel!==0 (
echo *** >> %LOG_FILE%
- echo %%P | findstr /R /C:"\\jvm\.lib" 1>nul
+ echo %%P | findstr /R /C:"\\jvm\.lib ^" 1>nul
set "TMP=%%P"
set "TMP=!TMP:svm\clibraries\windows-amd64=!"
0 commit comments