Skip to content

Commit d1af39a

Browse files
tmporary disable Testlibgraal tests for windows platform
1 parent b26e920 commit d1af39a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ci.jsonnet

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -386,15 +386,13 @@ local contains(str, needle) = std.findSubstr(needle, str) != [];
386386
self.LinuxAArch64(true),
387387
self.DarwinAMD64,
388388
self.DarwinAArch64,
389-
self.Windows + self.AMD64
390389
],
391390

392391
local graal_confs(defs) = [
393392
self.LinuxAMD64(defs, false),
394393
self.LinuxAArch64(false),
395394
self.DarwinAMD64,
396-
self.DarwinAArch64,
397-
self.Windows + self.AMD64
395+
self.DarwinAArch64
398396
],
399397

400398
local amd64_musl_confs(defs) = [

0 commit comments

Comments
 (0)