@@ -32,10 +32,11 @@ rust_test(
3232 "TYPEDB_CONSOLE_ARCHIVE" : "$(rootpath //:assemble-mac-arm64-zip)" ,
3333 "TYPEDB_SERVER_ARCHIVE" : "$(rootpath @typedb_artifact_mac-arm64//file)" ,
3434 },
35- "@typedb_bazel_distribution//platform:is_windows_x86_64" : {
36- "TYPEDB_CONSOLE_ARCHIVE" : "$(rootpath //:assemble-windows-x86_64-zip)" ,
37- "TYPEDB_SERVER_ARCHIVE" : "$(rootpath @typedb_artifact_windows-x86_64//file)" ,
38- },
35+ # TODO: Return windows
36+ # "@typedb_bazel_distribution//platform:is_windows_x86_64" : {
37+ # "TYPEDB_CONSOLE_ARCHIVE": "$(rootpath //:assemble-windows-x86_64-zip)",
38+ # "TYPEDB_SERVER_ARCHIVE": "$(rootpath @typedb_artifact_windows-x86_64//file)",
39+ # },
3940 }),
4041 data = select ({
4142 "@typedb_bazel_distribution//platform:is_linux_x86_64" : [
@@ -54,10 +55,11 @@ rust_test(
5455 "//:assemble-mac-arm64-zip" ,
5556 "@typedb_artifact_mac-arm64//file" ,
5657 ],
57- "@typedb_bazel_distribution//platform:is_windows_x86_64" : [
58- "//:assemble-windows-x86_64-zip" ,
59- "@typedb_artifact_windows-x86_64//file" ,
60- ],
58+ # TODO: Return Windows
59+ # "@typedb_bazel_distribution//platform:is_windows_x86_64" : [
60+ # "//:assemble-windows-x86_64-zip",
61+ # "@typedb_artifact_windows-x86_64//file",
62+ # ],
6163 }),
6264 use_libtest_harness = True ,
6365)
@@ -92,11 +94,12 @@ rust_test(
9294 "TYPEDB_SERVER_ARCHIVE" : "$(rootpath @typedb_artifact_mac-arm64//file)" ,
9395 "SCRIPT_PATH" : "$(rootpath script.tqls)" ,
9496 },
95- "@typedb_bazel_distribution//platform:is_windows_x86_64" : {
96- "TYPEDB_CONSOLE_ARCHIVE" : "$(rootpath //:assemble-windows-x86_64-zip)" ,
97- "TYPEDB_SERVER_ARCHIVE" : "$(rootpath @typedb_artifact_windows-x86_64//file)" ,
98- "SCRIPT_PATH" : "$(rootpath script.tqls)" ,
99- },
97+ # TODO: Return Windows
98+ # "@typedb_bazel_distribution//platform:is_windows_x86_64" : {
99+ # "TYPEDB_CONSOLE_ARCHIVE": "$(rootpath //:assemble-windows-x86_64-zip)",
100+ # "TYPEDB_SERVER_ARCHIVE": "$(rootpath @typedb_artifact_windows-x86_64//file)",
101+ # "SCRIPT_PATH": "$(rootpath script.tqls)",
102+ # },
100103 }),
101104 data = ["script.tqls" , "attributes.tql" , "entities.tql" ]
102105 + select ({
@@ -116,10 +119,11 @@ rust_test(
116119 "//:assemble-mac-arm64-zip" ,
117120 "@typedb_artifact_mac-arm64//file" ,
118121 ],
119- "@typedb_bazel_distribution//platform:is_windows_x86_64" : [
120- "//:assemble-windows-x86_64-zip" ,
121- "@typedb_artifact_windows-x86_64//file" ,
122- ],
122+ # TODO: Return Windows
123+ # "@typedb_bazel_distribution//platform:is_windows_x86_64" : [
124+ # "//:assemble-windows-x86_64-zip",
125+ # "@typedb_artifact_windows-x86_64//file",
126+ # ],
123127 }),
124128 use_libtest_harness = True ,
125129)
0 commit comments