| 6 Jul 2024 |
Mic92 | however you should avoid building large derivations in there because it will than do builds in the evaluation phase, which is not so great. | 03:39:04 |
Mic92 | ah you mean the opposite. | 03:39:37 |
Mic92 | puh. We don't have per project settings. However at some point we should add them. | 03:40:27 |
Gaétan Lepage | Yes, we were relying on IFD until... yesterday and we were finally able to get rid of it.
We would then want to strictly disable it in the CI to avoid introducing it by mistake in the future.
Not a blocker though. | 09:20:15 |
Matt Sturgeon | In an ideal world we'd have an (e.g.) .github/builtbot.yml config file where we can define a nix-config object used when running jobs. IDK how easy that is to support on your end though 🫤
# e.g.
build-eval:
nix-config:
allow-import-from-derivation: false
| 11:25:35 |
| linj joined the room. | 14:46:16 |
linj | I want to check an old job and it gives me 404. Is that normal? | 14:48:50 |
linj | * I want to check an old hydra job and it gives me 404. Is that normal? | 14:49:19 |
| 7 Jul 2024 |
| @balintmaci:matrix.org left the room. | 08:17:05 |
@dminca:matrix.org | Hi, I just noticed the NixOS space was replaced. Should I leave the one that's called NixOS (replaced) or is there something happening in the background | 09:44:38 |
emily | it's fine to leave it | 09:46:12 |
emily | it just broke because of Matrix stuff (see #matrix-discussion:nixos.org for details) | 09:46:30 |
@dminca:matrix.org | Thank you, emily | 09:46:45 |
| Traxys changed their profile picture. | 10:23:32 |
| Traxys changed their profile picture. | 10:25:21 |
| Toast joined the room. | 17:30:29 |
matthewcroughan | The arm64 community server is down again | 19:58:50 |
matthewcroughan | when it is in this state, does anybody know what's happening/ | 19:59:00 |
matthewcroughan | * when it is in this state, does anybody know what's happening? | 19:59:01 |
matthewcroughan | Would it be too much to ask for some sort of status endpoint that could be polled to know what the status | 19:59:17 |
matthewcroughan | * Would it be too much to ask for some sort of status endpoint that could be polled to know what the status is? | 19:59:19 |
matthewcroughan | I presume it's just in the middle of a reboot or something | 19:59:38 |
matthewcroughan | Who is it that controls aarch64.nixos.community anyway? | 20:25:58 |
matthewcroughan | It looks like it is still vulnerable to regresshion | 20:26:06 |
matthewcroughan | Is it adisbladis or anyone you know? | 20:26:30 |
emily | note that the OpenSSH version is not a reliable indicator of that (but an old version + the derivation the server comes from not containing the .patch is) | 20:27:53 |
emily | (not sure if you already took that into account) | 20:28:03 |
matthewcroughan | Yeah I just saw the version + the config not containing LoginGracePeriod 0 | 20:28:19 |
matthewcroughan | so maybe it's patched, I didn't look at that | 20:28:26 |
emily | try nix derivation show $(readlink -f $(which ssh)) | 20:29:00 |