Robert Scott
Robert Scott
Mmmmm atime is certainly updated for me. ``` $ stat /nix/store/zxmp0hm86g25inbllb8610c9mwxglik8-libelf-0.8.13 File: /nix/store/zxmp0hm86g25inbllb8610c9mwxglik8-libelf-0.8.13 Size: 4096 Blocks: 8 IO Block: 4096 directory Device: fe05h/65029d Inode: 1584906 Links: 5 Access: (0555/dr-xr-xr-x) Uid:...
An advantage I see of atime is it'll get updated even if your machine is sharing packages over e.g. `nix serve` and a package is requested.
I've been playing with some ideas around this over at https://github.com/risicle/nix-heuristic-gc
Same issue on macos 12 x86_64, Clang 16.0.6
Did a bit more investigation, and most paths forward seem tricky. It looks to me like achieving this would need modifications to the upstream lustrate code in stage 1, which...
See #42 for why we'd need a lot of convincing for this one.
Afraid we currently don't support that because we don't ourselves use that feature. Patches welcome with the caveat that they would have to come with clear tests, because, as I...
For now we're manually pushing branches to our own fork to trigger CI runs, see https://github.com/alphagov/terraform-provider-concourse/actions/runs/383571073 to see how this goes... Incidentally, it would be great if you could think...
https://github.com/alphagov/terraform-provider-concourse/runs/1458178597?check_suite_focus=true#step:5:109 `setup_test.go` needs to be modified to supply the new arguments to `client.NewConcourseClient`. BTW these tests are just straightforward github workflows, if should be easy for you to get them...
Hold on, isn't whether a pipeline is valid or not concourse-version-dependent? Validating it locally means we have to choose a concourse version to validate for - which do we choose?...