From f6ebc7e11240199ba90ebdfc78834358ca6e12f2 Mon Sep 17 00:00:00 2001 From: Thomas Ubensee <34603111+tomuben@users.noreply.github.com> Date: Tue, 15 Oct 2024 06:48:19 -0300 Subject: [PATCH] Removed Java from bazel build (dependencies not installed) --- .github/workflows/check_bazel_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_bazel_tests.yml b/.github/workflows/check_bazel_tests.yml index 11ec2fc7..24069b37 100644 --- a/.github/workflows/check_bazel_tests.yml +++ b/.github/workflows/check_bazel_tests.yml @@ -26,7 +26,7 @@ jobs: sudo apt-get install -y openjdk-11-jdk libzmq3-dev - name: Build run: | - bazel build --lockfile_mode=off --config no-tty -c dbg --config python --config java --config fast-binary --verbose_failures + bazel build --lockfile_mode=off --config no-tty -c dbg --config python --config fast-binary --verbose_failures working-directory: ./exaudfclient/ tests: