From e233a808c1dab3e216d06d898d4d34136efd5dca Mon Sep 17 00:00:00 2001 From: Derek Cormier Date: Tue, 14 Nov 2023 15:39:56 -0800 Subject: [PATCH] fix: exclude bazeliskrc from smoke test (#654) --- .bcr/presubmit.yml | 2 -- .gitattributes | 5 +++++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml index 44a5037..34333e3 100644 --- a/.bcr/presubmit.yml +++ b/.bcr/presubmit.yml @@ -6,7 +6,5 @@ bcr_test_module: run_tests: name: "Run test module" platform: ${{ platform }} - environment: - BAZELISK_BASE_URL: "https://github.com/bazelbuild/bazel/releases/download/" test_targets: - "//..." diff --git a/.gitattributes b/.gitattributes index dfe2780..8491cd9 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8,5 +8,10 @@ docs/*.md linguist-generated=true # Omit folders that users don't need, making the distribution artifact smaller lib/tests export-ignore +# Omit the .bazeliskrc file for the smoke test that runs on the Bazel Central +# Regsitry ci because we test on Windows but do not publish Aspect CLI Windows +# binaries. +e2e/smoke/.bazeliskrc export-ignore + # Substitution for the _VERSION_PRIVATE placeholder tools/version.bzl export-subst