-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
Mark go packages which vendor directory can't be recreated broken #245159
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -161,5 +161,8 @@ buildGoModule rec { | |
| description = "Go compiler for small places"; | ||
| license = licenses.bsd3; | ||
| maintainers = with maintainers; [ Madouura muscaln ]; | ||
| # vendor can't be recreated and fails with: | ||
| # error: illegal path references in fixed-output derivation '/nix/store/......-tinygo-0.26.0-go-modules.drv' | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @SuperSandro2000 can you explain how you got this error ? I recently tried updating tinygo and I kept getting vendor hash mismatch, so maybe its related
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. just run the following
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @SuperSandro2000 thanks for your hint, helped me to track down the problem #245445 |
||
| broken = true; | ||
| }; | ||
| } | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.