Skip to content

Commit

Permalink
bazelisk: bazel 8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phoepsilonix committed Feb 14, 2025
1 parent d15dd28 commit a743773
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -247,15 +247,15 @@ jobs:

- name: Install bazel
env:
USE_BAZEL_VERSION: "8.0.1"
USE_BAZEL_VERSION: "8.1.0"
run: |
# cache cleanup
sudo rm -rf /github/workspace/.cache/bazel/*
NON_ROOT="${{ steps.startup.outputs.non_root }}"
sudo mkdir -p /usr/local/bin
sudo curl -Lo /usr/local/bin/bazel https://github.com/bazelbuild/bazelisk/releases/download/v1.25.0/bazelisk-linux-amd64
#sudo curl -Lo /usr/local/bin/bazel https://github.com/bazelbuild/bazel/releases/download/8.0.1/bazel-8.0.1-linux-x86_64
#sudo curl -Lo /usr/local/bin/bazel https://github.com/bazelbuild/bazel/releases/download/8.1.0/bazel-8.1.0-linux-x86_64
sudo chmod +x /usr/local/bin/bazel
sudo mkdir -p /github/workspace/.cache/bazelisk
sudo chown -R ${NON_ROOT}:${NON_ROOT} /github/workspace/.cache
Expand All @@ -277,7 +277,7 @@ jobs:
- name: Build(normal)
env:
USE_BAZEL_VERSION: "8.0.1"
USE_BAZEL_VERSION: "8.1.0"
shell: bash
run: |
#sudo cp -af ${{ github.workspace }}/.cache/bazel ${{ env.XDG_CACHE_HOME }}/
Expand Down Expand Up @@ -377,7 +377,7 @@ jobs:
sync
- name: Build(-with-jp-dict)
env:
USE_BAZEL_VERSION: "8.0.1"
USE_BAZEL_VERSION: "8.1.0"
shell: bash
run: |
NON_ROOT="${{ steps.startup.outputs.non_root }}"
Expand Down

0 comments on commit a743773

Please sign in to comment.