Skip to content

Commit b1cbacc

Browse files
committed
Revert "always import substratevm suite" due to timeouts.
1 parent 6f05ee0 commit b1cbacc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graal-nodejs/ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ local cicommon = import '../ci/common.jsonnet';
1717
// too slow on windows and darwin-amd64
1818
local enabled = 'os' in self && !(self.os == 'windows' || (self.os == 'darwin' && self.arch == 'amd64')),
1919
artifact:: if enabled then 'nodejs' else '',
20-
suiteimports+:: if enabled then ['vm', 'substratevm', 'tools'] else ['vm', 'substratevm'],
20+
suiteimports+:: if enabled then ['vm', 'substratevm', 'tools'] else ['vm'],
2121
nativeimages+:: if enabled then ['lib:graal-nodejs', 'lib:jvmcicompiler'] else [], // 'js'
2222
build_standalones:: true,
2323
},

0 commit comments

Comments
 (0)