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
[bazel] Switch lowRISC toolchain from CRT to local version
This removes the dependency on CRT and registers the new rules-based
toolchain instead.
Since `guards` is now enabled by default and `pedantic` is now disabled
by default, we can remove those configurations from `.bazelrc`. The
configuration to disable `guards` is still present.
Without CRT, we also don't need to manually load the following repos
into the airgapped environment:
* `@python3_toolchains`
* `@ninja_1.11.0_linux`
* `@cmake-3.23.2-linux-x86_64`
Signed-off-by: James Wainwright <james.wainwright@lowrisc.org>
0 commit comments