We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This happened during a remote store + remote build (--store ssh-ng://machine where the store machine has remote builders configured).
--store ssh-ng://machine
┃ │ │ ┌─ ↓ ⏵ ncompress-5.0 from [1] ⏱ 22m46s ┃ │ │ ┌─ ↓ ✔ libXpm-3.5.17 from [1] ┃ │ │ ┌─ ✔ gd-2.3.3 on [5] ⏱ 14s ┃ │ │ │ ┌─ ↓ ⏵ pango-1.52.2.tar.xz from [1] ⏱ 22m40s ┃ │ │ ├─ ✔ pango-1.52.2 on [4] ⏱ 39s ┃ │ │ ┌─ ✔ graphviz-10.0.1 on [4] ⏱ 2m9s
nom says it's substituting some paths whose dependents have already finished building which obviously can't be correct.
Speculation:
This might be due to the fact that the path was already present on the remote (but not the local machine nom runs on) and therefore isn't considered?
The text was updated successfully, but these errors were encountered:
thx for the report. I witness something like that regularly myself. Not sure yet what exactly is going on there.
Sorry, something went wrong.
As a workaround, you could at least consider a build/substitute to be done when a dependent starts realising.
I hope we can find a better solution.
No branches or pull requests
This happened during a remote store + remote build (
--store ssh-ng://machine
where the store machine has remote builders configured).nom says it's substituting some paths whose dependents have already finished building which obviously can't be correct.
Speculation:
This might be due to the fact that the path was already present on the remote (but not the local machine nom runs on) and therefore isn't considered?
The text was updated successfully, but these errors were encountered: