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

Reuse hashing mechanism to regen config in sandboxed mode #1438

Merged
merged 5 commits into from
Sep 4, 2023

Conversation

mosteo
Copy link
Member

@mosteo mosteo commented Aug 31, 2023

This puts to rest some corner irksome behaviors we had with config being regenerated too many times and yet not always when needed. By using the same build hashes internally, we have a conservative safe way to know when to regenerate configs.

Also fixes #1355

@mosteo mosteo force-pushed the fix/sandboxed-config branch 2 times, most recently from 1c5aac2 to 6879428 Compare August 31, 2023 09:11
@mosteo mosteo marked this pull request as ready for review August 31, 2023 10:21
@mosteo mosteo changed the base branch from feat/granular-config to master September 4, 2023 09:30
@mosteo mosteo linked an issue Sep 4, 2023 that may be closed by this pull request
Leverage the new build hashing to make sure when a configuration needs
regenerating. This is pessimistic but safer than what we had, and more
future-proof.
@mosteo mosteo merged commit 6d9dc5e into master Sep 4, 2023
12 checks passed
@mosteo mosteo deleted the fix/sandboxed-config branch September 4, 2023 15:49
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.

alr build --release not working properly on master
2 participants