Patrick Quist
Patrick Quist
* [ ] `/opt/compiler-explorer/llvm-mos-trunk/bin/clang` - this is because we point to the various symlinks * [ ] `/opt/compiler-explorer/bpf/gcc-trunk/bpf-unknown-none/bin/bpf-unknown-g++` * [ ] `/opt/compiler-explorer/carbon-trunk/bin/carbon-explorer` * [ ] `/opt/compiler-explorer/cobol/gcc-cobol-master/bin/gcobol` * [ ] `/opt/compiler-explorer/dotnet-trunk/.dotnet/dotnet`...
Can be added here https://github.com/compiler-explorer/infra/blob/main/admin-daily-builds.sh#L5 Which get executed on admin-node See https://github.com/compiler-explorer/infra/issues/236 for command Cloudfront distribution E1WHVJBBZUW5P5 Path /* Might also be good to GET call conan.compiler-explorer.com/reinitialize to automatically pick...
Mostly manually, But also add it to the packer/install script for future rebuilds of the AMI After that make sure we can monitor + alert on diskspace shortage (libs keep...
Because of gpu instances not being available cheaply, we seem to be needing to increase the on-demand count first, then to scale via that. Not sure how.
The UB distro's don't have the right version of samba that I need, so we need to build it ourselves. Work in progress here https://github.com/compiler-explorer/infra/blob/main/setup-smb.sh Current issue: * the smbd...
Worst case to add general syslog posting to papertrail, but that might be a bit too much. Preferably just the `ce_install --enable nightly install` call when running the cronjob on...
Currently, building trunk libraries for compilers can take a day or longer. It might be a better idea to apply a priority system based on compiler and library usage to...
Library builder shows `nvc++-Error-Unknown switch: --target-help` Not sure if we should exclude nvc++ anyway or fix that help command
https://wiki.samba.org/index.php/Setting_up_a_Share_Using_POSIX_ACLs#Making_Files_Executable I've manually +x'ed everything recursively at the moment (so also .txt files etc), so that's basically the same Not sure what the best way is