File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
libxtracfg/c/native-image Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 5757 - name : log0
5858 run : |
5959 ls -Recurse ./libxtracfg/java/build/native/nativeCompile
60- ls -Recurse ./libxtracfg/java/build
61- cat ./libxtracfg/java/build/native/nativeCompile /logs/compiler_commands.txt
60+ ls -Recurse ./libxtracfg/target
61+ cat ./libxtracfg/target/image /logs/compiler_commands.txt
6262 - name : log1
6363 run : |
6464 ls -l ./libxtracfg/c/build
Original file line number Diff line number Diff line change 1- REM @echo off
1+ @ echo off
22setlocal EnableDelayedExpansion
33
44REM This script intercepts compiler arguments generated by GraalVM's native-image for
@@ -9,7 +9,6 @@ REM GraalVM jdk21.+35.1 on Windows 10 and may need to be modified for other vers
99REM
1010REM Use with --native-compiler-path=${pathToThisScript}.bat
1111set OUTPUT_PATH = %~dp0 \..\..\target\image
12- echo %OUTPUT_PATH%
1312
1413REM Determine the library name based on the .dll argument. ~nP returns the filename
1514REM without quotes, i.e., "path\myLibrary.dll" returns myLibrary
You can’t perform that action at this time.
0 commit comments