10 Jul 2025 |
Zhaofeng Li | it could even be done on the S3 end too | 19:22:18 |
Arian | I'm not sure howe we could do this on the S3 end | 19:35:07 |
Arian | Ah you mean: detect when something gets pushed to S3? | 19:35:31 |
Arian | oh yeh we could do that. We could have a Lambda or something that triggers on S3 uploads and purges the path from fastly | 19:36:13 |
Arian | we do 12,078,871 PUTs per month
lambda costs 20cts per million requests. So this would cost $2.40
We could have a simple lambda trigger for each PUT and send a curl -XPURGE to the specific url in fastly
| 19:45:18 |
emily | is it billed on the fastly end? | 19:53:12 |
Arian | dont think so | 20:08:55 |
11 Jul 2025 |
| rnhmjoj joined the room. | 09:32:39 |
rnhmjoj | just to be sure, to get the name of a test for the tested job (nixos/release-combined.nix) I take the attribute name and replace nixosTests with nixos.test , right?
es. nixosTests.networking.networkd.bridge -> nixos.tests.networking.networkd.bridge | 09:38:57 |
sterni (he/him) | Seems to happen a lot in staging-next at the moment as well, haven't been able to trigger this on any of my own machines yet even with big rebuilds… | 09:48:27 |
K900 | I wonder if this is related to @DavHau's patchShebangs changes | 09:52:51 |
dramforever | sterni: do you have a concrete example package? i want to take a look at what could possibly be in the build process | 09:55:02 |
DavHau | staging-next doesn't seem to have the latest fix for patch-shebangs | 09:55:06 |
K900 | We're getting close to the end of the cycle now | 09:58:02 |
DavHau | Opened a backport PR against staging-next: https://github.com/NixOS/nixpkgs/pull/424278/files | 09:58:03 |
dramforever | oh that would make sense, the haskell Setup is usually binary | 09:58:42 |
K900 | We can't | 09:58:59 |
K900 | It'll scrap the entire cycle | 09:59:03 |
sterni (he/him) | dramforever: https://hydra.nixos.org/build/301811455/nixlog/1 | 09:59:49 |
K900 | I'm running a new eval on -next | 10:00:10 |
sterni (he/him) | DavHau: does that try to patchShebang every binary in parallel with other phases? | 10:00:13 |
K900 | And will restart all failed after | 10:00:16 |
K900 | In parallel but not with other phases | 10:00:22 |
sterni (he/him) | hm but when? Setup is created in compileBuildDriverPhase which is only executed before configurePhase | 10:01:24 |
DavHau | No, this is just a bug fix for something I implemented for macos compat. It is not adding parallism | 10:01:28 |
K900 | patchShebangs doesn't auto-run | 10:01:56 |
K900 | Except in fixupPhase | 10:02:02 |
sterni (he/him) | oh that was unrelated, got confused | 10:06:49 |
hexa | sounds correct | 10:16:43 |
hexa | we then append the system at the end | 10:16:52 |