Skip to content

Commit 9daab68

Browse files
committed
[GR-15361] [GR-15211] Fix transient failures.
PullRequest: graal/3436
2 parents fbe3ebf + e208dd5 commit 9daab68

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

vm/ci_common/common.hocon

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -233,14 +233,6 @@ builds += [
233233
timelimit: "15:00"
234234
name: gate-vm-native-substratevm-truffle
235235
},
236-
${svm-common-windows} ${common_vm} {
237-
run: [
238-
[mx, --dynamicimports, ${svm_suite}",/tools,/graal-js", --disable-polyglot, --disable-libpolyglot, gate, --tags, "build"]
239-
]
240-
timelimit: "45:00"
241-
targets: [gate]
242-
name: gate-vm-native-windows
243-
},
244236
${svm-common-linux-amd64} ${sulong_linux} ${custom_vm_linux} ${gate_vm_linux} {
245237
run: [
246238
[export, "SVM_SUITE="${svm_suite}]

vm/mx.vm/suite.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"name": "graal-nodejs",
2020
"subdir": True,
2121
"dynamic": True,
22-
"version": "56b2f8bbca073810bdb3ba73f7361ecfb8b093cf",
22+
"version": "0f73a86693bee78d56c0e92e5e72c07524021532",
2323
"urls" : [
2424
{"url" : "https://github.com/graalvm/graaljs.git", "kind" : "git"},
2525
{"url": "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind": "binary"},
@@ -29,7 +29,7 @@
2929
"name": "graal-js",
3030
"subdir": True,
3131
"dynamic": True,
32-
"version": "56b2f8bbca073810bdb3ba73f7361ecfb8b093cf",
32+
"version": "0f73a86693bee78d56c0e92e5e72c07524021532",
3333
"urls": [
3434
{"url": "https://github.com/graalvm/graaljs.git", "kind" : "git"},
3535
{"url": "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind": "binary"},

0 commit comments

Comments
 (0)