We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca33c1b commit df39d88Copy full SHA for df39d88
2 files changed
.github/workflows/prerelease.yml
@@ -130,6 +130,10 @@ jobs:
130
run: |
131
. devtools/build_with_custom_toolchain.sh
132
133
+ - name: Test with new config
134
+ run:
135
+ bazel test src/...
136
+
137
- name: Build package
138
env:
139
TARGET_PYTHON: ${{ matrix.python-version }}
MODULE.bazel
@@ -99,3 +99,6 @@ http_archive(
99
build_file = "//external:boost.BUILD",
100
)
101
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