Skip to content

Commit 950cc64

Browse files
eregonfniephaus
authored andcommitted
[GR-68147] Use specVersion 8 in CI
PullRequest: truffleruby/4589
2 parents 837f026 + 65d4977 commit 950cc64

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

ci.jsonnet

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -40,20 +40,6 @@ local part_definitions = {
4040
},
4141

4242
setup+: [
43-
# We don't want to proxy any internet access
44-
[
45-
"unset",
46-
"ANT_OPTS",
47-
"FTP_PROXY",
48-
"ftp_proxy",
49-
"GRADLE_OPTS",
50-
"HTTPS_PROXY",
51-
"https_proxy",
52-
"HTTP_PROXY",
53-
"http_proxy",
54-
"MAVEN_OPTS",
55-
"no_proxy",
56-
],
5743
# Fail if any command part of the pipe fails
5844
["set", "-o", "pipefail"],
5945
["ruby", "--version"],
@@ -761,7 +747,7 @@ local composition_environment = utils.add_inclusion_tracking(part_definitions, "
761747

762748
{
763749
part_definitions:: part_definitions,
764-
specVersion: "7",
750+
specVersion: "8",
765751
overlay: overlay,
766752
tierConfig: {
767753
"tier1": "gate",

0 commit comments

Comments
 (0)