tvix: Failed builds abort the daemon

#61
Opened by aspen at 2020-09-02T03·23+00

  1. https://cl.tvl.fyi/c/depot/+/1938/2

    aspen at 2020-09-06T22·23+00

  2. oops, not the right bug

    aspen at 2020-09-06T22·23+00

  3. Can't currently reproduce this - tried building the following derivation and it had the expected result:

    derivation {
      name = "test";
      builder = "/bin/sh";
      args = [ "-c" "false" ];
      system = "x86_64-linux";
    }
    

    aspen at 2020-09-12T16·26+00

  4. grfn closed this issue at 2020-09-12T16·26+00