Skip to content

Commit

Permalink
protobuf: Use abseil-cpp-compiler-options
Browse files Browse the repository at this point in the history
See: wolfi-dev#34075

Signed-off-by: dann frazier <[email protected]>
  • Loading branch information
dannf committed Nov 17, 2024
1 parent 02c8c38 commit c4b42f6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion protobuf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,12 @@ pipeline:
cd third_party
git submodule update --init --recursive
- runs: |
- environment:
# https://github.com/wolfi-dev/os/issues/34075
CMAKE_CXX_FLAGS: "-specs abseil-cpp.spec"
runs: |
cmake -B build -G Ninja \
-DCMAKE_CXX_FLAGS="$CMAKE_CXX_FLAGS" \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_SHARED_LIBS=True \
Expand Down

0 comments on commit c4b42f6

Please sign in to comment.