You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
###Large Changes
- hermetic C++ compilation with clang toolchain
- had to remove a few gcc specific copts
- commented out rust targets see #90
- Updates bazel from 7.2.1 to a specific commit of 8.0.0-pre
### Miscellaneous Changes
- Updated .bazelignore to ignore bazel-bin, bazel-out, bazel-testlogs
- add `-diff` to `.gitattributes` for our big lock files so when diffing
we
just see it as a "binary" and don't make `git diff` unintelligible
- Fixed location of try-import in .bazelrc (should always be last)
NOTE: You can add `per_file_copts` with `--per_file_copt`, for example
to
ignore warnings in `third_party` code
### Followup
- add support for stm32 and rp platforms
### Related Issues:
- #90
- #91
The text was updated successfully, but these errors were encountered: