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 6f05ee0 commit b1cbaccCopy full SHA for b1cbacc
graal-nodejs/ci.jsonnet
@@ -17,7 +17,7 @@ local cicommon = import '../ci/common.jsonnet';
17
// too slow on windows and darwin-amd64
18
local enabled = 'os' in self && !(self.os == 'windows' || (self.os == 'darwin' && self.arch == 'amd64')),
19
artifact:: if enabled then 'nodejs' else '',
20
- suiteimports+:: if enabled then ['vm', 'substratevm', 'tools'] else ['vm', 'substratevm'],
+ suiteimports+:: if enabled then ['vm', 'substratevm', 'tools'] else ['vm'],
21
nativeimages+:: if enabled then ['lib:graal-nodejs', 'lib:jvmcicompiler'] else [], // 'js'
22
build_standalones:: true,
23
},
0 commit comments