Patrick Quist
Patrick Quist
> @partouf is an after_stage_script like > > https://github.com/compiler-explorer/infra/blob/f7d9fb5ecdc900be52a8a4664338800d7cf1760e/bin/yaml/haskell.yaml#L10 > > the right tool here? Yes, correct
they are independent, but you could curl `https://raw.githubusercontent.com/compiler-explorer/compiler-explorer/main/somethingsomethingsomething` But for Julia nightly the script will run every night when it's being re-installed, just not for the fixed versions
Thanks for the PR! It looks to be worth considering. But there are some todo's, some important, some optional or can wait: Important: * Don't send `unfilteredAsm` if there's no...
> Yep, this is simply a prototype/proof of concept to share the idea (I don't intend to submit this), I just wanted some feedback on how this could be implemented...
``` $ ls -l /opt/compiler-explorer/jakt-trunk-20240718/bin total 37608 lrwxrwxrwx 1 root root 47 Jul 18 00:08 jakt -> /root/jakt-trunk-20240718/build/bin/jakt_stage1 -rwxr-xr-x 1 root root 18941880 Jul 18 00:07 jakt_stage0 -rwxr-xr-x 1 root...
Attempting to fix with https://github.com/compiler-explorer/misc-builder/commit/1508cfcb6bcd7283cff3bf3e05d9e8b10429d997
Checked their CMakeLists.txt and noticed that a runtime dir link would also be wrong, and it is: ``` $ ls -l /opt/compiler-explorer/jakt-trunk-20240718/include total 4 lrwxrwxrwx 1 root root 33 Jul...
they're using the cmake command `-E create_symlink`, https://cmake.org/cmake/help/latest/manual/cmake.1.html#cmdoption-cmake-E-arg-create_symlink it doesn't appear to have support for making relative links so my hack on the buildscript will have to do
This was fixed for a little bit, but its broken again, not sure why
We do have boost now, can be downloaded for a specific compiler by using for example the url `https://conan.compiler-explorer.com/downloadpkg/boost_bin/1.85.0/arm64g1320` where `arm64g1320` is the compiler id that we use. Except for...