Skip to content

Commit

Permalink
chore(ci): remove bazelisk
Browse files Browse the repository at this point in the history
GitHub Actions includes Bazelisk by default as of actions/runner-images#490
  • Loading branch information
mayocream committed Dec 7, 2022
1 parent 9087653 commit 89ed627
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ jobs:
path: ${{ env.INSTALL_ROOT }}
key: ${{ hashFiles('.requirements', 'kong-*.rockspec', '.bazelversion', '**/*.bzl', '**/*.bazel', '.github/workflows/build_and_test.yml') }}

- uses: bazelbuild/setup-bazelisk@v2
if: steps.cache-deps.outputs.cache-hit != 'true'

- name: Install packages
if: steps.cache-deps.outputs.cache-hit != 'true'
run: sudo apt update && sudo apt install libyaml-dev valgrind libprotobuf-dev
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,6 @@ jobs:
run: |
grep -v '^#' .requirements >> $GITHUB_ENV
- uses: bazelbuild/setup-bazelisk@v2
if: steps.cache-deps.outputs.cache-hit != 'true'

- name: Install Build Dependencies
run: |
sudo apt-get update && sudo apt-get install libyaml-dev -y
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ jobs:
path: ${{ env.INSTALL_ROOT }}
key: ${{ hashFiles('.requirements', 'kong-*.rockspec', '.bazelversion', '**/*.bzl', '**/*.bazel', '.github/workflows/perf.yml') }}

- uses: bazelbuild/setup-bazelisk@v2
if: steps.cache-deps.outputs.cache-hit != 'true'

- name: Install packages
if: steps.cache-deps.outputs.cache-hit != 'true'
run: sudo apt update && sudo apt install libyaml-dev valgrind libprotobuf-dev
Expand Down

0 comments on commit 89ed627

Please sign in to comment.