Skip to content

Commit 1ab5f42

Browse files
committed
[GR-13477] Workaround mx needing ninja_syntax for building NFI
1 parent 71ae2de commit 1ab5f42

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ci.jsonnet

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ local part_definitions = {
4040
PATH: std.join(":", self.path + ["$PATH"]),
4141
},
4242

43+
packages+: {
44+
"pip:ninja_syntax": "==1.7.2", # Required by NFI and mx
45+
},
46+
4347
setup+: [
4448
# We don't want to proxy any internet access
4549
["unset", "ANT_OPTS", "FTP_PROXY", "ftp_proxy", "GRADLE_OPTS",

0 commit comments

Comments
 (0)