Skip to content

Commit

Permalink
feat: Update bazel
Browse files Browse the repository at this point in the history
  • Loading branch information
GoliathLabs committed Feb 2, 2025
1 parent 840d8c0 commit 22d8e36
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
7.4.1
7.5.0
# make sure that the image in the Dockerfile and this version are identical
4 changes: 2 additions & 2 deletions .github/workflows/bazel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
sudo apt-get install -y lcov
mkdir "${GITHUB_WORKSPACE}/src"
cd "${GITHUB_WORKSPACE}/src"
curl -L https://files.pythonhosted.org/packages/18/a0/bfa6c6ab7a5f0aeb69dd169d956ead54133f5bca68a5945c4569ea2c40b3/coverage-7.1.0.tar.gz | tar xvz
curl -L https://files.pythonhosted.org/packages/84/ba/ac14d281f80aab516275012e8875991bb06203957aa1e19950139238d658/coverage-7.6.10.tar.gz | tar xvz
cd "${GITHUB_WORKSPACE}"
bazel coverage --combined_report=lcov --javabase=@bazel_tools//tools/jdk:remote_jdk11 -t- --instrument_test_targets \
--experimental_cc_coverage --test_output=errors --linkopt=--coverage --linkopt=-lc \
--test_env=PYTHON_COVERAGE=${GITHUB_WORKSPACE}/src/coverage-7.1.0/__main__.py \
--test_env=PYTHON_COVERAGE=${GITHUB_WORKSPACE}/src/coverage-7.6.10/__main__.py \
--define=config_file=test ...:all
- name: Coveralls
uses: coverallsapp/github-action@master
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gcr.io/bazel-public/bazel:7.4.1 AS builder
FROM gcr.io/bazel-public/bazel:7.5.0 AS builder
# Make sure .bazelversion and the version of image are identical

WORKDIR /wgkex
Expand Down

0 comments on commit 22d8e36

Please sign in to comment.