Commit 8685c40
committed
.github/workflow: Add explicit platform config to C++ build steps
Add --config=per-x86_64-linux flag to all C++ Bazel build, test, and run
commands in GitHub workflows to ensure consistent platform selection.
Changes:
- check.yml: Add config to cpp-bazel job (build, coverage, benchmark)
- component_integration_tests.yml: Add config to C++ test scenarios build
This ensures the correct GCC toolchain and platform settings are used,
aligning with the platform configurations defined in .bazelrc.1 parent fc03db9 commit 8685c40
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
| 149 | + | |
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | | - | |
| 153 | + | |
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
187 | | - | |
| 187 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
0 commit comments