Skip to content

Commit

Permalink
Update bazel version
Browse files Browse the repository at this point in the history
  • Loading branch information
smaye81 committed Oct 31, 2023
1 parent 67c3845 commit 883ba00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: |
tar -xf protobuf.tar.gz
cd ./protobuf-${{ needs.get-protobuf.outputs.version }}
USE_BAZEL_VERSION=5.4.0 BAZEL_CXXOPTS="-std=c++14" bazel build conformance:conformance_test_runner --toolchain_resolution_debug=@bazel_tools//tools/cpp:toolchain_type
USE_BAZEL_VERSION=6.3.0 BAZEL_CXXOPTS="-std=c++14" bazel build conformance:conformance_test_runner --toolchain_resolution_debug=@bazel_tools//tools/cpp:toolchain_type
- name: Rename Binary
run: |
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ TMP = .tmp
BIN = .tmp/bin
UNAME_OS := $(shell uname -s)
LICENSE_HEADER_YEAR_RANGE := 2023
GOOGLE_PROTOBUF_VERSION = 24.4
GOOGLE_PROTOBUF_VERSION = 25.0-rc2

ifeq ($(UNAME_OS),Darwin)
PLATFORM := osx-x86_64
Expand Down

0 comments on commit 883ba00

Please sign in to comment.