Skip to content

Commit 153851a

Browse files
committed
[GR-39953] Skip creating the .tar of GraalVM in all env files
* Saves build time.
1 parent 066735f commit 153851a

File tree

13 files changed

+13
-0
lines changed

13 files changed

+13
-0
lines changed

mx.truffleruby/jvm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
GRAALVM_SKIP_ARCHIVE=true
12
DYNAMIC_IMPORTS=/tools
23
COMPONENTS=TruffleRuby,suite:tools

mx.truffleruby/jvm-ce

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
GRAALVM_SKIP_ARCHIVE=true
12
DYNAMIC_IMPORTS=/tools,/compiler
23
COMPONENTS=TruffleRuby,suite:tools,GraalVM compiler

mx.truffleruby/jvm-ce-libgraal

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
GRAALVM_SKIP_ARCHIVE=true
12
DYNAMIC_IMPORTS=/tools,/compiler,/substratevm
23
COMPONENTS=TruffleRuby,suite:tools,GraalVM compiler,SubstrateVM,LibGraal
34
NATIVE_IMAGES=suite:sulong,lib:jvmcicompiler

mx.truffleruby/jvm-ce-ntl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
GRAALVM_SKIP_ARCHIVE=true
12
DYNAMIC_IMPORTS=/tools,/compiler,/substratevm
23
COMPONENTS=TruffleRuby,suite:tools,GraalVM compiler,SubstrateVM
34
NATIVE_IMAGES=suite:sulong

mx.truffleruby/jvm-ee

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
GRAALVM_SKIP_ARCHIVE=true
12
DYNAMIC_IMPORTS=/tools,/graal-enterprise
23
COMPONENTS=TruffleRuby,suite:tools,GraalVM enterprise compiler

mx.truffleruby/jvm-ee-libgraal

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
GRAALVM_SKIP_ARCHIVE=true
12
DYNAMIC_IMPORTS=/tools,/graal-enterprise,/substratevm-enterprise
23
COMPONENTS=TruffleRuby,suite:tools,GraalVM enterprise compiler,SubstrateVM Enterprise,LibGraal
34
NATIVE_IMAGES=suite:sulong,lib:jvmcicompiler

mx.truffleruby/jvm-ee-ntl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
GRAALVM_SKIP_ARCHIVE=true
12
DYNAMIC_IMPORTS=/tools,/graal-enterprise,/substratevm-enterprise
23
COMPONENTS=TruffleRuby,suite:tools,GraalVM enterprise compiler,SubstrateVM Enterprise
34
NATIVE_IMAGES=suite:sulong

mx.truffleruby/jvm-gu

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
GRAALVM_SKIP_ARCHIVE=true
12
DYNAMIC_IMPORTS=/tools,/vm
23
COMPONENTS=TruffleRuby,suite:tools,gu

mx.truffleruby/jvm-js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
GRAALVM_SKIP_ARCHIVE=true
12
DYNAMIC_IMPORTS=/tools,/graal-js
23
COMPONENTS=TruffleRuby,suite:tools,Graal.js

mx.truffleruby/jvm-py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
GRAALVM_SKIP_ARCHIVE=true
12
DYNAMIC_IMPORTS=/tools,graalpython
23
COMPONENTS=TruffleRuby,suite:tools,Graal.Python

0 commit comments

Comments
 (0)