Skip to content

Commit

Permalink
Removed bazel build in check_bazel_tests.yml
Browse files Browse the repository at this point in the history
(too many dependencies would need to be installed: protobuft, swig,....)
  • Loading branch information
tomuben committed Sep 19, 2024
1 parent bdf42d2 commit d8a025d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/check_bazel_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y openjdk-11-jdk libzmq3-dev
- name: Build UDF client for Python and Java
run: |
bazel build --lockfile_mode=off --config no-tty -c dbg --config python --config java --config fast-binary-py3 --verbose_failures
working-directory: ./exaudfclient/
- name: Java Tests
run: |
bazel test //base/javacontainer/test/...
Expand Down

0 comments on commit d8a025d

Please sign in to comment.