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
As you can see the first line runs install to place the jQuery files there.
Then the second to last line seems to run a regular cp to copy the files, which due to the previous install fails.
Please fill out this data as well as you can, but don't worry if you can't -- just do your best.
OS and version: ?
Hydra 0.1.20230823.00d3087
Version of Nix Hydra is built against: ?
nix 2.17.0
Additional context
Since there seems to be a copy copying over these files already I think there's either a superfluous copy somewhere, or the install invocation (presumably originating here) is too much.
I don't know which one is the one that's supposed to run though.
The text was updated successfully, but these errors were encountered:
Describe the bug
Upstream hydra reports a failure and the reasons seems to be that the minified jQuery files get installed twice.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
hydra_unstable should build on hydra.nixos.org.
Screenshots
Here's the relevant log bit:
As you can see the first line runs install to place the jQuery files there.
Then the second to last line seems to run a regular cp to copy the files, which due to the previous install fails.
Here's the rough timeline of the build failures in case this helps somehow.
Hydra Server:
Please fill out this data as well as you can, but don't worry if you can't -- just do your best.
Additional context
Since there seems to be a copy copying over these files already I think there's either a superfluous copy somewhere, or the install invocation (presumably originating here) is too much.
I don't know which one is the one that's supposed to run though.
The text was updated successfully, but these errors were encountered: