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
fix: attribute builds to remote store for ssh-ng builds
When using remote stores via --store "ssh-ng://...", Nix reports builds
with empty host field in JSON output. Previously this was treated as
localhost. Now we detect the remote store from upload activities and
use that host for builds reporting empty host.
:house: Remote-Dev: homespace
Building bi -> bi &#activityId .~Strict.toStrict activityId -- This happens with ssh-ng. After we already registered this build as started we get a second activity start event. No frome the remote host. Sadly we can not see whether a message is from the local or the remote daemon.
502
+
Building bi -> bi &#activityId .~Strict.toStrict activityId -- This happens with ssh-ng. After we already registered this build as started we get a second activity start event. Now from the remote host. Sadly we can not see whether a message is from the local or the remote daemon.
496
503
-- It would probably be better to only mark the build running on the second start message, but that probably does not work with all remote build protocols other than ssh-ng.
497
-
_ ->MkBuildInfo now host (Strict.toStrict lastNeeded) (Strict.toStrict activityId) ()
504
+
_ ->MkBuildInfo now effectiveHost (Strict.toStrict lastNeeded) (Strict.toStrict activityId) ()
498
505
499
506
median::MapaInt->MaybeInt
500
507
median xs =casedrop ((len -1) `div`2) $ sort $ toList xs of
0 commit comments