We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e45b052 + 6aa9964 commit 91f06f7Copy full SHA for 91f06f7
ci/common.jsonnet
@@ -274,9 +274,10 @@ local common_json = import "../common.json";
274
275
graalpy:: self.gradle + self.cmake + {
276
packages+: if (self.os == "linux") then {
277
- libffi: '>=3.2.1',
278
- bzip2: '>=1.0.6',
279
- maven: ">=3.3.9",
+ libffi: '==3.2.1',
+ bzip2: '==1.0.6',
+ zlib: '==1.2.11',
280
+ maven: "==3.6.3",
281
} else {},
282
},
283
graal-common.json
@@ -1,6 +1,6 @@
1
{
2
"README": "This file contains definitions that are useful for the jsonnet CI files of the graal and graal-enterprise repositories.",
3
"ci": {
4
- "overlay": "ed6845f6ba14623db7c6e2f71f0ed9f6b0efb708"
+ "overlay": "ef05732d992d2f04c1f9824dcbf7b02f5034b614"
5
}
6
0 commit comments