Skip to content

Commit 1425a30

Browse files
committed
Attempt to debug sulong CI jobs
1 parent 1971e04 commit 1425a30

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

substratevm/src/com.oracle.svm.driver/src/com/oracle/svm/driver/NativeImage.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1851,6 +1851,11 @@ private Set<String> getImplicitlyRequiredSystemModules(Collection<Path> modulePa
18511851
.filter(p -> !p.startsWith(config.rootDir))
18521852
.collect(Collectors.toSet());
18531853

1854+
System.out.println("---");
1855+
System.out.println(modulePath);
1856+
System.out.println(applicationModulePath);
1857+
System.out.println("---");
1858+
18541859
ModuleFinder finder = ModuleFinder.of(applicationModulePath.toArray(Path[]::new));
18551860
Set<String> modules = finder.findAll().stream()
18561861
.map(mref -> mref.descriptor().name())

0 commit comments

Comments
 (0)