Skip to content

Commit

Permalink
Sync back changes to presubmit.yml (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum authored Jul 24, 2024
1 parent fdcaa33 commit 22edf94
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .bcr/presubmit.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
bcr_test_module:
module_path: "examples"
matrix:
platform: ["debian10", "macos", "ubuntu2004"]
platform: ["debian10", "macos_legacy", "ubuntu2004"]
bazel: ["6.x", "7.x"]
tasks:
run_tests:
Expand All @@ -14,8 +14,6 @@ bcr_test_module:
name: "Run test module"
platform: "windows"
bazel: ${{ bazel }}
build_targets:
- "//..."
test_targets:
- "//..."
# Running these tests on Windows requires non-standard Visual Studio
Expand All @@ -25,4 +23,6 @@ bcr_test_module:
# Fails with:
# LAUNCHER ERROR: Cannot launch process: "C:/tools/msys64/usr/bin/bash.exe
# Reason: (error: 8): Not enough memory resources are available to process this command.
# TODO: Enable after https://github.com/bazelbuild/bazel/pull/23076.
- "-//sh/..."
- "-//args_location_expansion/..."

0 comments on commit 22edf94

Please sign in to comment.