Skip to content

Commit

Permalink
Merge pull request #23 from krpc/feature/bazel-6.5.0
Browse files Browse the repository at this point in the history
Bazel 6.5.0
  • Loading branch information
djungelorm authored Mar 10, 2024
2 parents f3d509a + c5d2286 commit 71b94ff
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.1.1
6.5.0
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
lint:
runs-on: ubuntu-latest
container:
image: ghcr.io/krpc/buildenv:3.2.0
image: ghcr.io/krpc/buildenv:3.3.0
credentials:
username: ${{ github.actor }}
password: ${{ secrets.github_token }}
Expand All @@ -28,7 +28,7 @@ jobs:
build-krpc-core-linux:
runs-on: ubuntu-latest
container:
image: ghcr.io/krpc/buildenv:3.2.0
image: ghcr.io/krpc/buildenv:3.3.0
credentials:
username: ${{ github.actor }}
password: ${{ secrets.github_token }}
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
build-krpc-core-sln-linux:
runs-on: ubuntu-latest
container:
image: ghcr.io/krpc/buildenv:3.2.0
image: ghcr.io/krpc/buildenv:3.3.0
credentials:
username: ${{ github.actor }}
password: ${{ secrets.github_token }}
Expand All @@ -86,7 +86,7 @@ jobs:
test-krpc-core-linux:
runs-on: ubuntu-latest
container:
image: ghcr.io/krpc/buildenv:3.2.0
image: ghcr.io/krpc/buildenv:3.3.0
credentials:
username: ${{ github.actor }}
password: ${{ secrets.github_token }}
Expand Down
3 changes: 3 additions & 0 deletions tools/buildenv/CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v3.3.0
* Update to Bazel 6.5.0

v3.2.0
* Update to Bazel 6.1.1
* Remove ksp libs (can now be obtained from ksp-lib repository)
Expand Down
2 changes: 1 addition & 1 deletion tools/buildenv/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ VERSION=`cat VERSION.txt`

build:
docker build \
--build-arg bazel_version=6.1.1 \
--build-arg bazel_version=6.5.0 \
-t ghcr.io/krpc/buildenv:$(VERSION) .

test:
Expand Down
2 changes: 1 addition & 1 deletion tools/buildenv/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.0
3.3.0

0 comments on commit 71b94ff

Please sign in to comment.