File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -165,6 +165,10 @@ local common_json = import "../common.json";
165
165
post_merge: {
166
166
targets+: ["post-merge" ],
167
167
},
168
+ opt_post_merge: {
169
+ targets+: ["opt-post-merge" ],
170
+ tags+: []
171
+ },
168
172
daily: {
169
173
targets+: ["daily" ],
170
174
},
@@ -173,7 +177,7 @@ local common_json = import "../common.json";
173
177
},
174
178
monthly: {
175
179
targets+: ["monthly" ],
176
- },
180
+ }
177
181
},
178
182
179
183
# Hardware definitions and common fields
Original file line number Diff line number Diff line change 7
7
{
8
8
"name" : "regex" ,
9
9
"subdir" : True ,
10
- "version" : "53bd3f0cb3f3a4e07d725203f3c352e34c6a845d " ,
10
+ "version" : "091881d56c11fbc3456c7f65542bdfdd1a304c6f " ,
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" : "53bd3f0cb3f3a4e07d725203f3c352e34c6a845d " ,
19
+ "version" : "091881d56c11fbc3456c7f65542bdfdd1a304c6f " ,
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