Skip to content

Commit 3b4ec50

Browse files
Revert "tmporary disable Testlibgraal tests for windows platform"
This reverts commit d1af39a.
1 parent 6326d7b commit 3b4ec50

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ci.jsonnet

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

391392
local graal_confs(defs) = [
392393
self.LinuxAMD64(defs, false),
393394
self.LinuxAArch64(false),
394395
self.DarwinAMD64,
395-
self.DarwinAArch64
396+
self.DarwinAArch64,
397+
self.Windows + self.AMD64
396398
],
397399

398400
local amd64_musl_confs(defs) = [

0 commit comments

Comments
 (0)