Skip to content

Commit 78b1b59

Browse files
committed
Clone the release branch of graal.
1 parent f894311 commit 78b1b59

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ local common = import 'common.jsonnet';
66
// Used to run fewer jobs
77
local debug = false,
88

9-
local overlay = 'e479c1d038a4b606149989babd02d24b87228146',
9+
local overlay = '50e0ff212b9dc5d46f51a25fb0d593f8112b2fa5',
1010

1111
local no_overlay = 'cb733e564850cd37b685fcef6f3c16b59802b22c',
1212

graal-js/ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ local common = import '../common.jsonnet';
4646

4747
local graalTip = {
4848
setup+: [
49-
['git', 'clone', '--depth', '1', ['mx', 'urlrewrite', 'https://github.com/graalvm/graal.git'], '../../graal'],
49+
['git', 'clone', '--branch', 'release/graal-vm/20.1', '--depth', '1', ['mx', 'urlrewrite', 'https://github.com/graalvm/graal.git'], '../../graal'],
5050
['mx', 'sversions'],
5151
],
5252
timelimit: '30:00',

graal-nodejs/ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ local common = import '../common.jsonnet';
2727

2828
local cloneGraalTip = {
2929
run+: [
30-
['git', 'clone', '--depth', '1', ['mx', 'urlrewrite', 'https://github.com/graalvm/graal.git'], '../../graal'],
30+
['git', 'clone', '--branch', 'release/graal-vm/20.1', '--depth', '1', ['mx', 'urlrewrite', 'https://github.com/graalvm/graal.git'], '../../graal'],
3131
['mx', 'sversions'],
3232
],
3333
},

0 commit comments

Comments
 (0)