-
Notifications
You must be signed in to change notification settings - Fork 471
add Cortex-M to supported target lists. #1914
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR! Just one question.
rust/platform/platform.bzl
Outdated
@@ -19,6 +19,9 @@ _SUPPORTED_CPU_ARCH = [ | |||
"x86_64", | |||
"riscv32", | |||
"riscv64", | |||
"thumbv6m", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are there actually platform definitions for this in https://github.com/bazelbuild/platforms/blob/main/cpu/BUILD ?
I feel like this needs to be mapped to something or a PR to that repo needs to be added, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually good point. I don't think these are really needed for this change anyways.
These targets are listed as T2 supported target by rust.
Also can you give some advice on why the CI is failing? Do you know why / if / how should I repin the lock file? |
These targets are listed as T2 supported target by rust.