Skip to content

Commit 6aa9964

Browse files
committed
Sync common CI files
1 parent d9ec60a commit 6aa9964

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
@@ -269,9 +269,10 @@ local common_json = import "../common.json";
269269

270270
graalpy:: self.gradle + self.cmake + {
271271
packages+: if (self.os == "linux") then {
272-
libffi: '>=3.2.1',
273-
bzip2: '>=1.0.6',
274-
maven: ">=3.3.9",
272+
libffi: '==3.2.1',
273+
bzip2: '==1.0.6',
274+
zlib: '==1.2.11',
275+
maven: "==3.6.3",
275276
} else {},
276277
},
277278

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)