Patrick Quist
Patrick Quist
It's convenient for situations where the configuration already exists, but when you want to introduce a newly built library or version, you really don't want to have to commit something...
Should maybe improve performance just a little bit, but should probably be tested with all the libraries to make sure that works. Maybe make it settable from yaml so that...
``` 2020-10-09 12:32:20,137 lib.installation INFO Building catch2 for [g484,,/opt/compiler-explorer/gcc-4.8.4,Linux,Debug,x86,,,] Traceback (most recent call last): File "", line 1, in File "/tmp/build/infra/bin/lib/ce_install.py", line 220, in main raise e File "/tmp/build/infra/bin/lib/ce_install.py", line...
(without system compiler) ``` sudo apt install make sudo apt install libc6-dev sudo apt install python3-venv sudo apt install zlib1g-dev sudo apt install m4 sudo mkdir /opt/compiler-explorer sudo chown user:user...
Just realized that when the admin-daily builders run, they have not updated the libraries for that night yet. Admin daily runs at 00:10 https://github.com/compiler-explorer/infra/blob/master/crontab.admin#L8 and library install happens at 04:30...
At least fixes https://github.com/tendra/tendra/issues/7 Although no idea if this is the correct way of course - With these changes there is no reference to `errno` anymore in the symbol table...
Sends along the .tap file if it's created by z88dk, and loads it into jsspeccy Code compiled with `+zx -lndos` Subdomain doesn't exist yet  To install...
- I noticed this branch (from 2020) that has not been merged, there must be a reason for it...
I'm investigating on how to add https://github.com/gasman/jsspeccy3 to CE to run binaries built with z88dk (As mentioned here https://github.com/compiler-explorer/compiler-explorer/pull/3812)
### Describe the bug `--help` does not work, because it is not detected to be a special argument that requires the compiler to exit early and not do all the...