File tree Expand file tree Collapse file tree 5 files changed +9
-14
lines changed Expand file tree Collapse file tree 5 files changed +9
-14
lines changed Original file line number Diff line number Diff line change 1
- # Merge options
2
-
3
- /CHANGELOG.md merge =union
4
-
5
1
# Rules for GitHub's Linguist language-classification system. We're abusing the
6
2
# 'vendored' attribute to exclude files as a lot of this isn't really vendored,
7
3
# and a whole lot of actually vendored code isn't listed! What we want to do is
Original file line number Diff line number Diff line change 10
10
# https://github.com/google/jsonnet/releases and compiled.
11
11
12
12
# CONFIGURATION
13
- local overlay = "52900f1ecd0b7b23e0bbb74e7552886e6ec29df3 " ;
13
+ local overlay = "1039a1d12d8e7c25c77a25fd6ee3a3b319743280 " ;
14
14
15
15
# For debugging: generated builds will be restricted to those listed in
16
16
# the array. No restriction is applied when it is empty.
@@ -46,7 +46,7 @@ local part_definitions = {
46
46
},
47
47
48
48
packages+: {
49
- mx: "HEAD " ,
49
+ mx: "6.1.4 " ,
50
50
python3: "==3.8.10" , # For mx
51
51
"pip:ninja_syntax" : "==1.7.2" , # Required by NFI and mx
52
52
},
Original file line number Diff line number Diff line change 134
134
"common" : {},
135
135
"linux" : {
136
136
"packages" : {
137
- "binutils" : " ==2.23.2" ,
138
- "gcc" : " ==8.3.0" ,
137
+ "00:devtoolset" : " ==7" ,
139
138
"cmake" : " ==3.15.2"
140
139
}
141
140
},
163
162
},
164
163
"linux_amd64" : {
165
164
"packages" : {
166
- "devtoolset" : " ==7" ,
167
- "binutils" : " >=2.34" ,
165
+ "00: devtoolset" : " ==7" ,
166
+ "01: binutils" : " >=2.34" ,
168
167
"ruby" : " >=2.1.0"
169
168
}
170
169
},
171
170
"linux_aarch64" : {
172
171
"packages" : {
173
- "devtoolset" : " ==7" ,
172
+ "00: devtoolset" : " ==7" ,
174
173
"ruby" : " >=2.1.0"
175
174
}
176
175
},
Original file line number Diff line number Diff line change 1
- 7
1
+ 22.2.0
Original file line number Diff line number Diff line change 7
7
{
8
8
"name" : "regex" ,
9
9
"subdir" : True ,
10
- "version" : "2facc6db4becbea40867fa98c6248f66571d8a0a " ,
10
+ "version" : "f33384d85f86bc5f4fd1a92d9d734309c64d381d " ,
11
11
"urls" : [
12
12
{"url" : "https://github.com/oracle/graal.git" , "kind" : "git" },
13
13
{"url" : "https://curio.ssw.jku.at/nexus/content/repositories/snapshots" , "kind" : "binary" },
16
16
{
17
17
"name" : "sulong" ,
18
18
"subdir" : True ,
19
- "version" : "2facc6db4becbea40867fa98c6248f66571d8a0a " ,
19
+ "version" : "f33384d85f86bc5f4fd1a92d9d734309c64d381d " ,
20
20
"urls" : [
21
21
{"url" : "https://github.com/oracle/graal.git" , "kind" : "git" },
22
22
{"url" : "https://curio.ssw.jku.at/nexus/content/repositories/snapshots" , "kind" : "binary" },
You can’t perform that action at this time.
0 commit comments