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

Begin bootstrapping of tricorders #5

Merged
merged 5 commits into from
Mar 12, 2023
Merged

Begin bootstrapping of tricorders #5

merged 5 commits into from
Mar 12, 2023

Conversation

leostera
Copy link
Member

Since the Mark I we've had the problem of bootstrapping of tricorders. In the Mark I we dealt with this by vendoring every dependency to avoid the resolution process. In the Mark II the resolution process is very different, so we need to come up with a new approach.

In this PR we work to make any tricorder bootstrappable by building them in a way that allows the least amount of incrementality (and thus the least amount of signature generation), while still allowing us to add incremental build support to them once they are built.

@leostera leostera added the enhancement New feature or request label Mar 11, 2023
@diogomqbm diogomqbm self-assigned this Mar 11, 2023
@leostera leostera merged commit 322681f into main Mar 12, 2023
@leostera leostera deleted the feat/bootstrap branch March 12, 2023 13:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants