Skip to content

Commit e3f9cae

Browse files
committed
[GR-39238] prepare 22.2
PullRequest: truffleruby/3402
2 parents c5f5bcf + 0918a6e commit e3f9cae

File tree

5 files changed

+9
-14
lines changed

5 files changed

+9
-14
lines changed

.gitattributes

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
# Merge options
2-
3-
/CHANGELOG.md merge=union
4-
51
# Rules for GitHub's Linguist language-classification system. We're abusing the
62
# 'vendored' attribute to exclude files as a lot of this isn't really vendored,
73
# and a whole lot of actually vendored code isn't listed! What we want to do is

ci.jsonnet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# https://github.com/google/jsonnet/releases and compiled.
1111

1212
# CONFIGURATION
13-
local overlay = "52900f1ecd0b7b23e0bbb74e7552886e6ec29df3";
13+
local overlay = "1039a1d12d8e7c25c77a25fd6ee3a3b319743280";
1414

1515
# For debugging: generated builds will be restricted to those listed in
1616
# the array. No restriction is applied when it is empty.
@@ -46,7 +46,7 @@ local part_definitions = {
4646
},
4747

4848
packages+: {
49-
mx: "HEAD",
49+
mx: "6.1.4",
5050
python3: "==3.8.10", # For mx
5151
"pip:ninja_syntax": "==1.7.2", # Required by NFI and mx
5252
},

common.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,7 @@
134134
"common": {},
135135
"linux": {
136136
"packages": {
137-
"binutils": "==2.23.2",
138-
"gcc": "==8.3.0",
137+
"00:devtoolset": "==7",
139138
"cmake": "==3.15.2"
140139
}
141140
},
@@ -163,14 +162,14 @@
163162
},
164163
"linux_amd64": {
165164
"packages": {
166-
"devtoolset": "==7",
167-
"binutils": ">=2.34",
165+
"00:devtoolset": "==7",
166+
"01:binutils": ">=2.34",
168167
"ruby": ">=2.1.0"
169168
}
170169
},
171170
"linux_aarch64": {
172171
"packages": {
173-
"devtoolset": "==7",
172+
"00:devtoolset": "==7",
174173
"ruby": ">=2.1.0"
175174
}
176175
},

lib/cext/ABI_version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7
1+
22.2.0

mx.truffleruby/suite.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{
88
"name": "regex",
99
"subdir": True,
10-
"version": "2facc6db4becbea40867fa98c6248f66571d8a0a",
10+
"version": "f33384d85f86bc5f4fd1a92d9d734309c64d381d",
1111
"urls": [
1212
{"url": "https://github.com/oracle/graal.git", "kind": "git"},
1313
{"url": "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind": "binary"},
@@ -16,7 +16,7 @@
1616
{
1717
"name": "sulong",
1818
"subdir": True,
19-
"version": "2facc6db4becbea40867fa98c6248f66571d8a0a",
19+
"version": "f33384d85f86bc5f4fd1a92d9d734309c64d381d",
2020
"urls": [
2121
{"url": "https://github.com/oracle/graal.git", "kind": "git"},
2222
{"url": "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind": "binary"},

0 commit comments

Comments
 (0)