<gchristensen>
_phew_ :) I'd love to add more debugging to the remote build tooling when it wants to use a remote builder but can't for some reason. interested?
<LnL>
:D
<LnL>
it's probably the build hook that you need to modify
<gchristensen>
depends if I try patching 1.12 too :)
<LnL>
that still has a build hook, it's just in c++ instead of perl
Willi_Butz has quit [(Ping timeout: 252 seconds)]
Willi_Butz has joined joined #nixos-dev
<niksnut>
hm, do we still need instance store AMIs?
zraexy has joined joined #nixos-dev
<domenkozar>
niksnut: in case you missed my question: do you have some code to build nixops based deployments on hydra?
<niksnut>
what does that mean?
<domenkozar>
that hydra would eventually do: nixops deploy --build-only
<niksnut>
no
<domenkozar>
should be able to work it out with some dummy values
<niksnut>
yeah, shouldn't be too hard
<niksnut>
hm, any objections to including the nvidia kernel modules in the EC2 AMIs?
<niksnut>
obviously that's unfree, but EC2 is proprietary anyway...
<gchristensen>
1) what would it save? 2) instance store AMIs are pretty well on their way out, unfortunately :)
<gchristensen>
sorry... what would packaging the nvidia kernel module with the AMI save?
<Mic92>
btw. why do we not strip go binaries?
<niksnut>
it's so that you don't have to reboot to load the kernel module (in the common case where the kernel in the AMI is slightly different from the one in the deployment)
<niksnut>
however, it wouldn't help in the case where the nvidia driver version differs (since then libGL will mismatch with the kernel module)
Jackneill has quit [(Quit: Leaving)]
Willi_Butz is now known as WilliButz
Jackneill has joined joined #nixos-dev
<clever>
domenkozar: i have loaded eval-machine-info.nix in nix-repl before
goibhniu has quit [(Ping timeout: 240 seconds)]
__Sander__ has quit [(Quit: Konversation terminated!)]
zarel has joined joined #nixos-dev
phreedom has quit [(Ping timeout: 248 seconds)]
zarel has quit [(Quit: Leaving)]
globin has quit [(Quit: WeeChat 1.9)]
phreedom has joined joined #nixos-dev
<LnL>
hmm, I canceled a build in hydra but it's not aborted on my osx builder
<clever>
LnL: hydra doesnt stop active builds when canceled
<clever>
LnL: it only removes them from the queue so they cant start in future
<LnL>
huh, really?
<clever>
it also hides it from nearly every "in progress" ui
<LnL>
never noticed that before
<clever>
so the gui lies and makes you think it stopped
<LnL>
well but the machines overview shows you what's running
<clever>
nope
<clever>
thats one of the many places it hides it
<LnL>
ah, maybe that's just fixed now then
phreedom has quit [(Remote host closed the connection)]
<LnL>
launchctl uncache ... # Command is not yet implemented.
<LnL>
plz
phreedom has joined joined #nixos-dev
<dtzWill>
i think if builder has newer Nix (maybe hydra too) it does cancel it properly, but could be mistaken
<dtzWill>
maybe I just hoped that it did :D
<LnL>
oh right, it's not running 1.12 yet
phreedom has quit [(Ping timeout: 248 seconds)]
aszlig has quit [(Ping timeout: 248 seconds)]
JosW has quit [(Quit: Konversation terminated!)]
goibhniu has joined joined #nixos-dev
goibhniu has quit [(Ping timeout: 240 seconds)]
<LnL>
my evaluation is suddenly failing with "Jobset contains a job with an empty name"