Skip to content

Commit

Permalink
Updated Bazel version
Browse files Browse the repository at this point in the history
  • Loading branch information
tomuben committed Aug 1, 2024
1 parent 41eb6cb commit d20a180
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check_bazel_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:
sudo apt-get install -y openjdk-11-jdk libzmq3-dev
- name: Java Tests
run: |
export USE_BAZEL_VERSION=6.4.0
export USE_BAZEL_VERSION=7.2.1
bazel test //javacontainer/test/...
working-directory: ./exaudfclient/base
- name: ExaudfLib Tests
run: |
export USE_BAZEL_VERSION=6.4.0
export USE_BAZEL_VERSION=7.2.1
bazel test //exaudflib/test/...
working-directory: ./exaudfclient/base

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ protobuf|4.25.3
pcre|8.45
chrpath|0.16
openjdk|11.0.15
bazel|5.2.0
bazel|7.2.1
gxx_linux-64|11.2.0
gcc_linux-64|11.2.0
make|4.3
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ protobuf|4.25.3
pcre|8.45
chrpath|0.16
openjdk|11.0.15
bazel|5.2.0
bazel|7.2.1
gxx_linux-64|12.1.0
gcc_linux-64|12.1.0
make|4.3
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ COPY scripts /scripts
RUN mkdir -p /build_info/packages
COPY build_deps/packages /build_info/packages/build_deps

ENV BAZEL_PACKAGE_VERSION="5.2.0"
ENV BAZEL_PACKAGE_VERSION="7.2.1"
ENV BAZEL_PACKAGE_FILE="bazel_$BAZEL_PACKAGE_VERSION-linux-x86_64.deb"
ENV BAZEL_PACKAGE_URL="https://github.com/bazelbuild/bazel/releases/download/$BAZEL_PACKAGE_VERSION/$BAZEL_PACKAGE_FILE"

Expand Down

0 comments on commit d20a180

Please sign in to comment.