Skip to content

Commit b635e26

Browse files
Espresso: so sulong dependency on windows
1 parent b55d2ae commit b635e26

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

espresso/ci_common/common.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ local benchmark_suites = ['dacapo', 'renaissance', 'scala-dacapo'];
5959
capabilities: ['darwin', 'amd64'],
6060
},
6161

62-
windows: self.common + sulong_deps.windows + {
62+
windows: self.common + {
6363
capabilities : ['windows', 'amd64']
6464
},
6565

espresso/mx.espresso/suite.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,14 @@
7676
"subdir": True,
7777
"urls": [
7878
{"url": "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind": "binary"},
79-
]
79+
],
80+
"os_arch": {
81+
"windows": {
82+
"<others>": {
83+
"ignore": True,
84+
},
85+
},
86+
}
8087
},
8188
{
8289
"name" : "java-benchmarks",

0 commit comments

Comments
 (0)