infra
infra copied to clipboard
Infrastructure to set up the public Compiler Explorer instances and compilers
Update with GCC 12.1.0 for: - mips + mips64 + mipsel + mips64el - powerpc + powerpc64 + powerpc64le - s390x - avr - msp430 refs compiler-explorer/compiler-explorer#3729 refs compiler-explorer/compiler-explorer#3761 Signed-off-by:...
Should rediscover current prod release compilers after install of nightlies
Added 4.13.1, 4.14.0, and multicore, all with flambda variants notes: - 5.0 is still alpha release, the github url points to 5.0 and I believe that branch will continue getting...
``` 49 packages installed OK, 495 skipped, and 1 failed installation Failed: compilers/d/nightly/dmd dmd2-nightly ``` Looks like: ``` mv: cannot stat 'dmd-master-*': No such file or directory chmod: cannot access...
With a crosstool config and an appropriate version of crosstool, we should add risc-v support. See also mattgodbolt/compiler-explorer#964, mattgodbolt/compiler-explorer#965 and #85
There is still some work to be done, but the gist of it is: - `ce builds set_current ...` store the oldest non-notified commit, skipping if something is already stored...
``` Mar/31 13:08 admin-node~ $ ls /opt/compiler-explorer/libs/openssl/ OpenSSL_1_1_1c/ OpenSSL_1_1_1g/ openssl_1_1_1c/ openssl_1_1_1g/ ``` CE uses the lower case, infra installs the upper case.
Some installations, for example https://github.com/compiler-explorer/infra/pull/627 are missing rights for someone else but the installing user to access the folder. This is probably fine for our regular NFS access to the...