Skip to content

Commit 58c75d5

Browse files
committed
freeze versions
1 parent 5e1fc80 commit 58c75d5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
overlay: "76b2a3caba44d5b83c8532dd7913ad26ef6816d2",
2+
overlay: "5eab4e6f82252bd21428527af871a03e443e8559",
33

44
// ======================================================================================================
55
//

mx.graalpython/mx_graalpython.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,7 @@ def is_included(path):
418418
apprepo = os.environ["GRAALPYTHON_APPTESTS_REPO_URL"]
419419
_apptest_suite = _suite.import_suite(
420420
"graalpython-apptests",
421+
version="a16199a5f529689c6b671ce1ead79be0e652f3c9",
421422
urlinfos=[mx.SuiteImportURLInfo(mx_urlrewrites.rewriteurl(apprepo), "git", mx.vc_system("git"))]
422423
)
423424
mx.run_mx(["-p", _apptest_suite.dir, "graalpython-apptests"])

0 commit comments

Comments
 (0)