You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
observe the failure: Version 2023.3.3 of package jetbrains.resharper.globaltools is not found in NuGet feeds /build/nuget.6jmUII/source".
Expected behavior
Either no change to deps.json or the package building with the changes.
Screenshots
Additional context
Bisected to 3cc4563. I'm not sure whether we should patch out the dependency in the package that probably shouldn't be used in build time (in this case jetbrains.resharper.globaltools) or the dotnet tools need some adjustment.
Ok, found the issue, it was on #362278 (comment) where I failed to properly validate the re-generated lockfiles.
It seems tools showing up on lockfiles depended on the old behavior of the jq -r 'if has("source") then .source else "" end' returning null and now the new behavior is to return "", which makes so that tools are ignored.
Maybe we should look into if this check is really necessary. @corngood any opinions?
Describe the bug
Building
osu-lazer
fails after running thefetch-deps
script after #362278Steps To Reproduce
Steps to reproduce the behavior:
$(nix-build -A osu-lazer.fetch-deps)
diff of deps.json
diff of deps.nix (if building before the switch to deps.json, for example on the bisected commit)
nix-build -A osu-lazer
Version 2023.3.3 of package jetbrains.resharper.globaltools is not found in NuGet feeds /build/nuget.6jmUII/source".
Expected behavior
Either no change to
deps.json
or the package building with the changes.Screenshots
Additional context
Bisected to 3cc4563. I'm not sure whether we should patch out the dependency in the package that probably shouldn't be used in build time (in this case
jetbrains.resharper.globaltools
) or the dotnet tools need some adjustment.Metadata
Notify maintainers
@GGG-KILLER
Note for maintainers: Please tag this issue in your PR.
Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: