Skip to content

Commit

Permalink
Added protobuf compiler to build job in check_bazel_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tomuben committed Oct 15, 2024
1 parent 89f29f2 commit c6ca998
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/check_bazel_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,19 @@ jobs:
- name: Install JDK and ZMQ
run: |
sudo apt-get update
sudo apt-get install -y openjdk-11-jdk libzmq3-dev python3
sudo apt-get install -y openjdk-11-jdk libzmq3-dev python3 protobuf-compiler
- name: Build
run: |
bazel build --lockfile_mode=off --config no-tty -c dbg --config python --config fast-binary --verbose_failures
working-directory: ./exaudfclient/
env:
PYTHON3_PREFIX: /usr
PYTHON3_VERSION: python3.10
ZMQ_LIBRARY_PREFIX: /usr/lib/x86_64-linux-gnu/
ZMQ_INCLUDE_PREFIX: /usr/include
PROTOBUF_LIBRARY_PREFIX: /usr/lib/x86_64-linux-gnu
PROTOBUF_INCLUDE_PREFIX: /usr/include/
PROTOBUF_BIN: /usr/bin/protoc

tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c6ca998

Please sign in to comment.