Skip to content

Commit

Permalink
Remove v23 again
Browse files Browse the repository at this point in the history
  • Loading branch information
twestley committed Sep 19, 2024
1 parent 3c1ca35 commit 9cd5655
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
run: |
git clone https://github.com/protocolbuffers/protobuf.git
cd protobuf
git checkout tags/v23.0
git submodule update --init --recursive
cmake . -DCMAKE_CXX_STANDARD=14
cmake --build .
Expand Down
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,12 @@ PROTOBUF_INSTALL_DIR = ~/protobuf
protobuf : clean-protobuf
git clone https://github.com/protocolbuffers/protobuf.git
cd protobuf && \
git checkout tags/v23.0 && \
git submodule update --init --recursive
cd protobuf && cmake . -DCMAKE_CXX_STANDARD=14 \
-DCMAKE_INSTALL_PREFIX=$(PROTOBUF_INSTALL_DIR) \
-Dprotobuf_ABSL_PROVIDER=package \
-DCMAKE_PREFIX_PATH=$(ABSEIL_INSTALL_DIR)
cd protobuf && cmake --build . -j $(USE_CORES)

install-protobuf :
mkdir -p $(PROTOBUF_INSTALL_DIR)
cd protobuf && make install

Expand Down

0 comments on commit 9cd5655

Please sign in to comment.