Skip to content

Commit 20c418c

Browse files
Deploy: exclude npi
1 parent a4b526f commit 20c418c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci.jsonnet

+1-1
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ local smoke_tests(env) =
269269
local graalvm_installables(ee, windows) = {
270270
local dynamic_imports = if ee then '/vm-enterprise,/substratevm-enterprise,/tools-enterprise' else '/vm,/substratevm,/tools',
271271
local repo_id = if ee then 'graal-us' else 'lafo',
272-
local excluded_components = 'nju,nic,dis,pbm' + if windows then ',llp,agt' else '',
272+
local excluded_components = 'nju,nic,dis,pbm,npi' + if windows then ',llp,agt' else '',
273273
local base_cmd_line = ['mx', '--dynamicimports=' + dynamic_imports, '--native-images=lib:espresso', '--exclude-components=' + excluded_components, '--disable-installables=ni,niee,nil,llp'],
274274
local maybe_clone_graal_enterprise = if ee then [ clone_repo('graal-enterprise') ] else [],
275275
run+: [

0 commit comments

Comments
 (0)