Skip to content
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

Added update known shas to include T1-T2 triples #1824

Merged
merged 3 commits into from
Feb 9, 2023

Conversation

UebelAndre
Copy link
Collaborator

@UebelAndre UebelAndre commented Feb 7, 2023

This change adds known sha256 entries for all T1 and T2 platform triples for Rust 1.67.0. While not all platforms are supported in the current version of rules_rust (or even Bazel), including them can skip a performance regression for users using these unique platforms in their own projects. This change is intended to avoid situations where a switch to Bazel or successfully cross-compiling doesn't feel unnecessarily slow as users wait for Bazel to re-download toolchains (related to #1825).

@UebelAndre
Copy link
Collaborator Author

I'm not sure if this is a performance regression. Does anyone have a sense for how big known_shas.bzl can get before it becomes problematic?

@UebelAndre UebelAndre marked this pull request as ready for review February 8, 2023 08:48
Copy link
Collaborator

@illicitonion illicitonion left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's see how this goes!

@UebelAndre UebelAndre merged commit 4fa4123 into bazelbuild:main Feb 9, 2023
@UebelAndre UebelAndre deleted the known branch February 9, 2023 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants