-
Notifications
You must be signed in to change notification settings - Fork 39
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
Use Platforms to manage the toolchains #18
Labels
good first issue
Good for newcomers
Comments
Currently, the toolchains is already being used to cross-compile for different target arch and sdk. But the platforms has not already being used because I just see codes which are commented. Lines 20 to 46 in 3dad2b9
@narendasan would you give this project any updates? |
Close this issue since the topic is no longer relevant. Feel free to re-open it if you still need help! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We should move to using platforms (https://docs.bazel.build/versions/master/platforms.html) and toolchains (https://docs.bazel.build/versions/master/toolchains.html) as soon as the rules are stable so that we can version the toolchains between PDK versions. A hacky version of this is already in for linux. Should also address #14
The text was updated successfully, but these errors were encountered: