!zghijEASpYQWYFzriI:nixos.org

Hydra

395 Members
112 Servers

Load older messages


SenderMessageTime
27 Jan 2022
@amanda:camnet.siteAmanda (she/her) ckie (they/them): nix holds a lock on the store. If you access it remotely, from the same machine, that lock gets double-locked, resulting in a hang 01:01:34
@grahamc:nixos.org@grahamc:nixos.org
    bool isLocalhost()
    {
        return sshName == "localhost";
    }

01:01:34
@ckie:ckie.devmei πŸŒ’&ouch.. at least that sounds pretty easy to patch!01:01:52
@amanda:camnet.siteAmanda (she/her)nic explicitally checks that isLocalhost to bypass the double-lock problem01:02:07
@amanda:camnet.siteAmanda (she/her) * nix explicitally checks that isLocalhost to bypass the double-lock problem01:02:29
@ckie:ckie.devmei πŸŒ’&you really are in a tight spot then01:02:47
@grahamc:nixos.org@grahamc:nixos.orgyeah, you could patch hydra without much trouble =)01:02:54
@ckie:ckie.devmei πŸŒ’&i'm not sure if that's sarcasm01:03:43
@grahamc:nixos.org@grahamc:nixos.orgnot sarcasm!01:03:51
@ckie:ckie.devmei πŸŒ’&ah! the endless ambiguity between the offical hydra instance and hydra itself01:04:24
@grahamc:nixos.org@grahamc:nixos.orgas far as I'm concerned, this channel is exclusively about the software Hydra, and not any specific deployment of Hydra01:04:49
@ckie:ckie.devmei πŸŒ’&i didn't even notice what channel i was chatting in until the ambiguity arose01:05:21
@ckie:ckie.devmei πŸŒ’&:P01:05:50
@grahamc:nixos.org@grahamc:nixos.org:)01:06:39
@grahamc:nixos.org@grahamc:nixos.org

here, I think you can make that isLocalhost function this:

  if (sshName.size() < 9) {
      return false;
  }

  return (sshName.substr(sshName.size() - 9) == "localhost");

01:09:30
@grahamc:nixos.org@grahamc:nixos.org *

here, I think you can make that isLocalhost function this:

  if (sshName.size() < 9) {
      return false;
  }

  return (sshName.substr(sshName.size() - 9) == "localhost");

then use "i686.localhost" and "x86.localhost"

01:11:40
@grahamc:nixos.org@grahamc:nixos.org Amanda (she/her): ^ 01:15:52
31 Jan 2022
@sjanssen:matrix.org@sjanssen:matrix.org joined the room.20:28:41
@sjanssen:matrix.org@sjanssen:matrix.orgis there a current working example of "Generated, Declarative Projects"? https://hydra.nixos.org/build/165366167/download/1/hydra/plugins/declarative-projects.html#generated-declarative-projects20:33:56
@sjanssen:matrix.org@sjanssen:matrix.orgthis is what I'm trying: https://gist.github.com/spencerjanssen/786cc8c2b047faf92767917e0fb2dcc620:47:47
@sjanssen:matrix.org@sjanssen:matrix.orgconsistently get a message error: access to canonical path '/nix/store/...-user-environment' is forbidden in restricted mode. I think it's failing because I'm trying to instantiate a nixpkgs?20:48:31
@andreas.schraegle:helsinki-systems.deajs124we use them, but we also patch hydra to disable restricted mode20:49:56
@andreas.schraegle:helsinki-systems.deajs124(not because of that, we just do that in general)20:50:06
@grahamc:nixos.org@grahamc:nixos.orgπŸ€”21:48:58
@grahamc:nixos.org@grahamc:nixos.org Spencer Janssen: I typically use https://github.com/DeterminateSystems/hydra-github-jobsets-generator 21:49:38
@sjanssen:matrix.org@sjanssen:matrix.org
In reply to @grahamc:nixos.org
Spencer Janssen: I typically use https://github.com/DeterminateSystems/hydra-github-jobsets-generator
this is cool! Very similar to what I was trying to build myself
22:04:40
@grahamc:nixos.org@grahamc:nixos.org Great! It isn’t perfect, I have a couple
branches in that repo working on some things. But yeah, cool :)
22:05:25
@grahamc:nixos.org@grahamc:nixos.org Also theGitHub status code is WAY improved on hydra master btw 22:06:18
@sjanssen:matrix.org@sjanssen:matrix.orgdo you know if it should work with jobs that are flakes? Can I set inputs = {} and flake = "..." in config.json?22:06:30
@grahamc:nixos.org@grahamc:nixos.org { β€œflake”: true } I think 22:07:52

Show newer messages


Back to Room ListRoom Version: 6