|
21 | 21 | { |
22 | 22 | "if": "matrix.host.cross_compile || matrix.host.platform_name == 'linux_amd64'", |
23 | 23 | "name": "linux_amd64: build${{ matrix.host.platform_name == 'linux_amd64' && ' and test' || '' }}", |
24 | | - "run": "bazel ${{ matrix.host.platform_name == 'linux_amd64' && 'test --test_output=errors' || 'build' }} --platforms=@rules_go//go/toolchain:linux_amd64 //..." |
| 24 | + "run": "bazel ${{ matrix.host.platform_name == 'linux_amd64' && 'test --test_output=errors' || 'build --platforms=@rules_go//go/toolchain:linux_amd64 --@bazel_tools//tools/test:incompatible_use_default_test_toolchain=False' }} //..." |
25 | 25 | }, |
26 | 26 | { |
27 | 27 | "if": "matrix.host.upload", |
|
124 | 124 | { |
125 | 125 | "if": "matrix.host.cross_compile || matrix.host.platform_name == 'linux_386'", |
126 | 126 | "name": "linux_386: build${{ matrix.host.platform_name == 'linux_amd64' && ' and test' || '' }}", |
127 | | - "run": "bazel ${{ matrix.host.platform_name == 'linux_amd64' && 'test --test_output=errors' || 'build' }} --platforms=@rules_go//go/toolchain:linux_386 //..." |
| 127 | + "run": "bazel ${{ matrix.host.platform_name == 'linux_amd64' && 'test --test_output=errors' || 'build --platforms=@rules_go//go/toolchain:linux_386 --@bazel_tools//tools/test:incompatible_use_default_test_toolchain=False' }} //..." |
128 | 128 | }, |
129 | 129 | { |
130 | 130 | "if": "matrix.host.upload", |
|
227 | 227 | { |
228 | 228 | "if": "matrix.host.cross_compile || matrix.host.platform_name == 'linux_arm'", |
229 | 229 | "name": "linux_arm: build${{ matrix.host.platform_name == 'linux_arm' && ' and test' || '' }}", |
230 | | - "run": "bazel ${{ matrix.host.platform_name == 'linux_arm' && 'test --test_output=errors' || 'build' }} --platforms=@rules_go//go/toolchain:linux_arm //..." |
| 230 | + "run": "bazel ${{ matrix.host.platform_name == 'linux_arm' && 'test --test_output=errors' || 'build --platforms=@rules_go//go/toolchain:linux_arm --@bazel_tools//tools/test:incompatible_use_default_test_toolchain=False' }} //..." |
231 | 231 | }, |
232 | 232 | { |
233 | 233 | "if": "matrix.host.upload", |
|
330 | 330 | { |
331 | 331 | "if": "matrix.host.cross_compile || matrix.host.platform_name == 'linux_arm64'", |
332 | 332 | "name": "linux_arm64: build${{ matrix.host.platform_name == 'linux_arm64' && ' and test' || '' }}", |
333 | | - "run": "bazel ${{ matrix.host.platform_name == 'linux_arm64' && 'test --test_output=errors' || 'build' }} --platforms=@rules_go//go/toolchain:linux_arm64 //..." |
| 333 | + "run": "bazel ${{ matrix.host.platform_name == 'linux_arm64' && 'test --test_output=errors' || 'build --platforms=@rules_go//go/toolchain:linux_arm64 --@bazel_tools//tools/test:incompatible_use_default_test_toolchain=False' }} //..." |
334 | 334 | }, |
335 | 335 | { |
336 | 336 | "if": "matrix.host.upload", |
|
433 | 433 | { |
434 | 434 | "if": "matrix.host.cross_compile || matrix.host.platform_name == 'darwin_amd64'", |
435 | 435 | "name": "darwin_amd64: build${{ matrix.host.platform_name == 'darwin_amd64' && ' and test' || '' }}", |
436 | | - "run": "bazel ${{ matrix.host.platform_name == 'darwin_amd64' && 'test --test_output=errors' || 'build' }} --platforms=@rules_go//go/toolchain:darwin_amd64 //..." |
| 436 | + "run": "bazel ${{ matrix.host.platform_name == 'darwin_amd64' && 'test --test_output=errors' || 'build --platforms=@rules_go//go/toolchain:darwin_amd64 --@bazel_tools//tools/test:incompatible_use_default_test_toolchain=False' }} //..." |
437 | 437 | }, |
438 | 438 | { |
439 | 439 | "if": "matrix.host.upload", |
|
536 | 536 | { |
537 | 537 | "if": "matrix.host.cross_compile || matrix.host.platform_name == 'darwin_arm64'", |
538 | 538 | "name": "darwin_arm64: build${{ matrix.host.platform_name == 'darwin_arm64' && ' and test' || '' }}", |
539 | | - "run": "bazel ${{ matrix.host.platform_name == 'darwin_arm64' && 'test --test_output=errors' || 'build' }} --platforms=@rules_go//go/toolchain:darwin_arm64 //..." |
| 539 | + "run": "bazel ${{ matrix.host.platform_name == 'darwin_arm64' && 'test --test_output=errors' || 'build --platforms=@rules_go//go/toolchain:darwin_arm64 --@bazel_tools//tools/test:incompatible_use_default_test_toolchain=False' }} //..." |
540 | 540 | }, |
541 | 541 | { |
542 | 542 | "if": "matrix.host.upload", |
|
639 | 639 | { |
640 | 640 | "if": "matrix.host.cross_compile || matrix.host.platform_name == 'freebsd_amd64'", |
641 | 641 | "name": "freebsd_amd64: build${{ matrix.host.platform_name == 'freebsd_amd64' && ' and test' || '' }}", |
642 | | - "run": "bazel ${{ matrix.host.platform_name == 'freebsd_amd64' && 'test --test_output=errors' || 'build' }} --platforms=@rules_go//go/toolchain:freebsd_amd64 //..." |
| 642 | + "run": "bazel ${{ matrix.host.platform_name == 'freebsd_amd64' && 'test --test_output=errors' || 'build --platforms=@rules_go//go/toolchain:freebsd_amd64 --@bazel_tools//tools/test:incompatible_use_default_test_toolchain=False' }} //..." |
643 | 643 | }, |
644 | 644 | { |
645 | 645 | "if": "matrix.host.upload", |
|
742 | 742 | { |
743 | 743 | "if": "matrix.host.cross_compile || matrix.host.platform_name == 'windows_amd64'", |
744 | 744 | "name": "windows_amd64: build${{ matrix.host.platform_name == 'windows_amd64' && ' and test' || '' }}", |
745 | | - "run": "bazel ${{ matrix.host.platform_name == 'windows_amd64' && 'test --test_output=errors' || 'build' }} --platforms=@rules_go//go/toolchain:windows_amd64 //..." |
| 745 | + "run": "bazel ${{ matrix.host.platform_name == 'windows_amd64' && 'test --test_output=errors' || 'build --platforms=@rules_go//go/toolchain:windows_amd64 --@bazel_tools//tools/test:incompatible_use_default_test_toolchain=False' }} //..." |
746 | 746 | }, |
747 | 747 | { |
748 | 748 | "if": "matrix.host.upload", |
|
850 | 850 | { |
851 | 851 | "if": "matrix.host.platform_name == 'windows_amd64'", |
852 | 852 | "name": "Execute WinFSP Integration Tests", |
853 | | - "run": "bazel test --platforms=@rules_go//go/toolchain:windows_amd64 //pkg/filesystem/virtual/winfsp:file_system_integration_test" |
| 853 | + "run": "bazel test //pkg/filesystem/virtual/winfsp:file_system_integration_test" |
854 | 854 | }, |
855 | 855 | { |
856 | 856 | "env": { |
|
0 commit comments