From 22edf94e37284ba3dedecd58be283905b9dc3faa Mon Sep 17 00:00:00 2001 From: Fabian Meumertzheim Date: Wed, 24 Jul 2024 17:09:19 +0200 Subject: [PATCH] Sync back changes to presubmit.yml (#106) --- .bcr/presubmit.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml index 1db2b63..57c5a88 100644 --- a/.bcr/presubmit.yml +++ b/.bcr/presubmit.yml @@ -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: @@ -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 @@ -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/..."