--check or --rebuild should automate recovery when feasible #1067
Labels
No labels
Affects/CppNix
Affects/Nightly
Affects/Only nightly
Affects/Stable
Area/build-packaging
Area/cli
Area/evaluator
Area/fetching
Area/flakes
Area/language
Area/lix ci
Area/nix-eval-jobs
Area/profiles
Area/protocol
Area/releng
Area/remote-builds
Area/repl
Area/repl/debugger
Area/store
awaiting
author
awaiting
contributors
bug
Context
contributors
Context
drive-by
Context
maintainers
Context
RFD
crash 💥
Cross Compilation
devx
docs
Downstream Dependents
E/easy
E/hard
E/help wanted
E/reproducible
E/requires rearchitecture
Feature/S3
imported
Language/Bash
Language/C++
Language/NixLang
Language/Python
Language/Rust
Needs Langver
OS/Linux
OS/macOS
performance
regression
release-blocker
stability
Status
blocked
Status
invalid
Status
postponed
Status
wontfix
testing
testing/flakey
Topic/Large Scale Installations
ux
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lix-project/lix#1067
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Is your feature request related to a problem? Please describe.
In general, if the target path to be reproduced does not exist, I'd like Lix to automatically build the derivations if the recipe is known in the context (passed as an argument or something).
Describe the solution you'd like
Lix should verify if the path info is missing, if it is, determine if it has enough information to schedule a normal build goal.
Once the path info is determined to be correct, Lix should schedule the original check build goal.
If the path info is corrupted, Lix should only schedule a repair build goal ONLY IF
--repairis passed.Describe alternatives you've considered
Automate it outside of Lix.
Additional context
This is the the ideal version of #485 extracted as a feature request.
how would we do this? ioo it makes little sense for either of them to quietly build things.
--rebuildis a rebuild, if it falls back to building twice it's kind of confusing, and if it falls back to building normally we're not even doing what the user asked.--checkis pretty similar. the other option is to substitute if some outputs are missing and then check those, but that too may be confusing because why would it do that?maybe we should restrict the checks to available outputs instead, but then we no longer even have the chance to diagnose indeterminism in incompletely built derivations (eg because they were substituted from a remote builder). none of this works particularly well without extending the cli