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.
1 parent d9ec60a commit 6aa9964Copy full SHA for 6aa9964
ci/common.jsonnet
@@ -269,9 +269,10 @@ local common_json = import "../common.json";
269
270
graalpy:: self.gradle + self.cmake + {
271
packages+: if (self.os == "linux") then {
272
- libffi: '>=3.2.1',
273
- bzip2: '>=1.0.6',
274
- maven: ">=3.3.9",
+ libffi: '==3.2.1',
+ bzip2: '==1.0.6',
+ zlib: '==1.2.11',
275
+ maven: "==3.6.3",
276
} else {},
277
},
278
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