Daniel Nachun
Daniel Nachun
Yeah I was definitely planning on leaving `CI-long-timeout` for the absolute last. I've tried to check previous runs for formulae to see if they needed `CI-long-timeout` and skip any that...
In case anyone is wondering why I've been deleting links to PRs after they've been merged, the comment with the checklist starts to have trouble updating if there are too...
This is done. Thank you to everyone who helped with this huge undertaking!
Hmm, this is a weird one, I cannot reproduce the failure locally. There is something different about the CI environment than what happens when running the test locally. It is...
There is a probably a flag that needs to be set to tell this where to install the `tmpfiles`.
I think I have a possible solution to this - we need to use the `--with-systemdtmpfilesdir` argument to tell `nut` to put those files elsewhere. I'm not sure what the...
The fix I pushed worked on Linux. We're still seeing a livecheck failure - @chenrui333 perhaps we should switch to using the upstream GitHub repo?
@Bo98 it's failing on Linux because we need to pass `-fPIC` to `libCyaml` when it is being built: ``` FAILED: lib/libYams.so Sources/Yams/CMakeFiles/Yams.dir/Constructor.swift.o Sources/Yams/CMakeFiles/Yams.dir/Decoder.swift.o Sources/Yams/CMakeFiles/Yams.dir/Emitter.swift.o Sources/Yams/CMakeFiles/Yams.dir/Encoder.swift.o Sources/Yams/CMakeFiles/Yams.dir/Mark.swift.o Sources/Yams/CMakeFiles/Yams.dir/Node.Mapping.swift.o Sources/Yams/CMakeFiles/Yams.dir/Node.Scalar.swift.o Sources/Yams/CMakeFiles/Yams.dir/Node.Sequence.swift.o Sources/Yams/CMakeFiles/Yams.dir/Node.swift.o...
I suspect some/all of these just need revision bumps. Swift 5.7 itself is building fine, it's just some of its dependents that are failing their tests. Some of them may...
> What is the policy on this? Is the availability of Swift 5.7 to be held up for everyone due to these projects? Usually when we do dependent testing we'd...