From cd7f8a1ae6ab76e1215d89114165ac7d3ba7e53f Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Wed, 2 Oct 2024 15:50:24 -0700 Subject: [PATCH 1/2] fix: testing on Windows --- .github/workflows/ci.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1887c35f..528b048f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -21,8 +21,6 @@ jobs: uses: bazel-contrib/.github/.github/workflows/bazel.yaml@bazel8 with: folders: '[".", "example"]' - # Don't try for Windows support yet. - exclude_windows: true integration-test: runs-on: ubuntu-latest From 0521e2c40e62e1c0281063ff81d5fa78f276e90d Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Fri, 4 Oct 2024 15:16:28 -0700 Subject: [PATCH 2/2] chore: upgrade aspect cli --- .bazeliskrc | 4 ++-- example/.bazeliskrc | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) mode change 100644 => 120000 example/.bazeliskrc diff --git a/.bazeliskrc b/.bazeliskrc index 1aeeae5c..39850a73 100644 --- a/.bazeliskrc +++ b/.bazeliskrc @@ -1,2 +1,2 @@ -BAZELISK_BASE_URL=https://static.aspect.build/aspect -USE_BAZEL_VERSION=aspect/2024.39.54 +BAZELISK_BASE_URL=https://github.com/aspect-build/aspect-cli/releases/download +USE_BAZEL_VERSION=aspect/2024.40.2 diff --git a/example/.bazeliskrc b/example/.bazeliskrc deleted file mode 100644 index 1aeeae5c..00000000 --- a/example/.bazeliskrc +++ /dev/null @@ -1,2 +0,0 @@ -BAZELISK_BASE_URL=https://static.aspect.build/aspect -USE_BAZEL_VERSION=aspect/2024.39.54 diff --git a/example/.bazeliskrc b/example/.bazeliskrc new file mode 120000 index 00000000..6153b6f1 --- /dev/null +++ b/example/.bazeliskrc @@ -0,0 +1 @@ +../.bazeliskrc \ No newline at end of file