Commit 4c8d77e
authored
Implement MODULE [AP-4083] (#1489)
# Description
@swift-nav/algint-team
Implement a Bazel 7 compatible `MODULE` file.
Uses swift-nav/rules_swiftnav#167
The `MODULE` file is sufficient to consume `libsbp`. However, building
`libsbp` using the `MODULE` is not yet supported on all platforms (e.g.
darwin aarch64 is not yet working). The local development in this repo
is still on Bazel 6/`WORKSPACE`, therefore nothing changes.
Needed `rules_swiftnav` changes:
swift-nav/rules_swiftnav#167
# API compatibility
Does this change introduce a API compatibility risk?
No!
## API compatibility plan
If the above is "Yes", please detail the compatibility (or migration)
plan:
Not needed.
# JIRA Reference
https://swift-nav.atlassian.net/browse/AP-40831 parent 5d852d5 commit 4c8d77e
File tree
6 files changed
+1072
-9
lines changed- c
- tools
6 files changed
+1072
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
0 commit comments