Skip to content

Commit df39d88

Browse files
nit
1 parent ca33c1b commit df39d88

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/prerelease.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,10 @@ jobs:
130130
run: |
131131
. devtools/build_with_custom_toolchain.sh
132132
133+
- name: Test with new config
134+
run:
135+
bazel test src/...
136+
133137
- name: Build package
134138
env:
135139
TARGET_PYTHON: ${{ matrix.python-version }}

MODULE.bazel

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,6 @@ http_archive(
9999
build_file = "//external:boost.BUILD",
100100
)
101101

102+
cc_compatibility_proxy = use_extension("@rules_cc//cc:extensions.bzl", "compatibility_proxy")
103+
use_repo(cc_compatibility_proxy, "cc_compatibility_proxy")
104+

0 commit comments

Comments
 (0)