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/.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 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