Commit 51427b6
authored
Update rules_foreign_cc (#1511)
# Description
Bazel build on master fails with:
```
+ .../bin/external/bazel_tools/tools/python/py3wrapper.sh ./configure.py --bootstrap
Traceback (most recent call last):
File ".../execroot/libsbp/bazel-out/darwin_arm64-opt-exec-2B5CBBC6/bin/external/rules_foreign_cc/toolchains/ninja.build_tmpdir/./configure.py", line 26, in <module>
import pipes
ModuleNotFoundError: No module named 'pipes'
```
Updating to a newer version of `rules_foreign_cc` fixes the problem.
# API compatibility
No,
# JIRA Reference
https://swift-nav.atlassian.net/browse/AP-46621 parent d59fd3d commit 51427b6
2 files changed
+15
-5
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
25 | 27 | | |
26 | 28 | | |
27 | | - | |
28 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
29 | 32 | | |
30 | 33 | | |
31 | 34 | | |
32 | 35 | | |
| 36 | + | |
33 | 37 | | |
34 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
35 | 43 | | |
36 | 44 | | |
37 | 45 | | |
| |||
0 commit comments