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 48dff62 commit 7600df9Copy full SHA for 7600df9
ci.jsonnet
@@ -7,7 +7,7 @@ local defs = import 'defs.jsonnet';
7
// Used to run fewer jobs
8
local debug = false,
9
10
- local overlay = '589714435d27cd69293fe42a8f75ecdd76bd1d06',
+ local overlay = '55445982aa4ce8431ee557ba5becc515ab9544f8',
11
12
local no_overlay = 'cb733e564850cd37b685fcef6f3c16b59802b22c',
13
common.jsonnet
@@ -40,6 +40,7 @@ local common_json = (import "common.json");
40
41
local common = python3 + {
42
packages+: {
43
+ 'mx': '5.317.1',
44
'pip:pylint': '==1.9.3',
45
'pip:ninja_syntax': '==1.7.2',
46
},
0 commit comments