We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49d307d commit 3fe664fCopy full SHA for 3fe664f
1 file changed
.bcr/presubmit.yml
@@ -6,13 +6,8 @@ bcr_test_module:
6
- macos
7
- windows
8
bazel:
9
- # Bazel 7 uses "~~" in directories names, which causes SDK installers to fail unpacking:
10
- # The installation path must not contain \"~\", please specify a valid directory.
11
- # This still works on Linux / Ubuntu though and this does work on Github Actions:
12
- # https://github.com/mxpv/rules_vulkan/actions/runs/15565959193
13
- # TODO: Investigate why this happens.
14
- # - 7.x
15
- 8.x
+ - 9.x
16
tasks:
17
run_test_module:
18
name: Run test module
0 commit comments