Patrick Quist

Results 432 comments of Patrick Quist

Updating libraries manually now to see if new things have been built tomorrow when the library builder has run. Fmt trunk is currently built with commithash: d11849bc, should be d69e2da...

verified new commithash is indeed d69e2da, so it seems to be building correctly now

FPC 3.2.0 is currently installed into the wrong path, which causes errors because the generic configuration that we use (/opt/compiler-explorer/fpc/fpc.cfg) wants the path to have a fixed structure. I will...

I think this was recently done by you, @mattgodbolt ?

TODO Compilers that need building: * [x] 4.13.1 * [x] 4.13.1-flambda * [x] 4.14.0 * [x] 4.14.0-flambda * [x] 5.0.0 * [x] 5.0.0-flambda

The prefix thing is mainly to handle the situations where the tgz for a release contains a folder that is not called the same. (I don't even know why that's...

Partially solved by reading a staticliblink array from yaml. Needs some tweaking so the amazon properties don't override them when that gets added. Example where it's currently used: https://github.com/compiler-explorer/infra/blob/master/bin/yaml/libraries.yaml#L725

Was testing installing Swift 5.3 locally and finding out it (swiftc) needs libtinfo.so.5 I assumed it would be in libtinfo-dev, but that didn't help for some reason. ``` partouf@ceub20:/opt/compiler-explorer/infra$ locate...

Just started buildscript manually to build Gcc 11.2.0, but it failed on `ce builder start` 2nd attempt about a minute later succeeded