Skip to content

Commit

Permalink
chore(ci): remove bazelisk (#9910)
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 authored Dec 8, 2022
1 parent 2048aa7 commit fdfaf9e
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

4 comments on commit fdfaf9e

@khcp-gha-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bazel Build

Docker image available kong/kong:fdfaf9e09bbebe8f29291cd3d487ffb6bf0b915d
Artifacts available https://github.com/Kong/kong/actions/runs/3646041573

@khcp-gha-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Docker image available kong/kong:master-apk
Artifacts avaialble https://github.com/Kong/kong/actions/runs/3646041573

@khcp-gha-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Docker image available kong/kong:master-deb
Artifacts avaialble https://github.com/Kong/kong/actions/runs/3646041573

@khcp-gha-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Docker image available kong/kong:master-rpm
Artifacts avaialble https://github.com/Kong/kong/actions/runs/3646041573

Please sign in to comment.