Skip to content

Commit 91f06f7

Browse files
committed
[GR-66705] Move graalpython-enterprise.jsonnet into the graal-enterprise suite.
PullRequest: graal/21277
2 parents e45b052 + 6aa9964 commit 91f06f7

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

ci/common.jsonnet

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -274,9 +274,10 @@ local common_json = import "../common.json";
274274

275275
graalpy:: self.gradle + self.cmake + {
276276
packages+: if (self.os == "linux") then {
277-
libffi: '>=3.2.1',
278-
bzip2: '>=1.0.6',
279-
maven: ">=3.3.9",
277+
libffi: '==3.2.1',
278+
bzip2: '==1.0.6',
279+
zlib: '==1.2.11',
280+
maven: "==3.6.3",
280281
} else {},
281282
},
282283

graal-common.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"README": "This file contains definitions that are useful for the jsonnet CI files of the graal and graal-enterprise repositories.",
33
"ci": {
4-
"overlay": "ed6845f6ba14623db7c6e2f71f0ed9f6b0efb708"
4+
"overlay": "ef05732d992d2f04c1f9824dcbf7b02f5034b614"
55
}
66
}

0 commit comments

Comments
 (0)