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

Precompile toolchain binaries to avoid issues #202

Open
keith opened this issue Feb 16, 2023 · 2 comments
Open

Precompile toolchain binaries to avoid issues #202

keith opened this issue Feb 16, 2023 · 2 comments

Comments

@keith
Copy link
Member

keith commented Feb 16, 2023

Sometimes compiling the toolchain binaries causes timeouts on slower CI machines. One way we could avoid this is by vendoring the binaries for the few files we need instead of causing them to be compiled on the fly. This would also solve hermeticity issues with them

bazelbuild/bazel#17437

@brentleyjones
Copy link
Collaborator

If we use rules_pkg for our release archive, we can do what rules_xcodeproj is doing: MobileNativeFoundation/rules_xcodeproj@b1e6c20

@keith
Copy link
Member Author

keith commented Feb 16, 2023

Nice!

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

No branches or pull requests

2 participants