Clemens Wasser

Results 21 comments of Clemens Wasser

Agree with both of you. Thanks for your quick feedback 👍

> * Breaking cross-platform conventions, despite quoting Windows support as the reason for this PR. @friendlyanon The intention of this PR is **not** to support Windows. It is just one...

Rebased onto the latest main. @rui314 Sorry I think I accidentally reverted your rebase.

FYI @rui314 I have now also run the `./install-build-deps.sh` script and all tests, running on the host machine, pass :smile:. Running `ctest -R .*_host$` yields: `100% tests passed, 0 tests...

Works for me. Thanks!

@rui314 I am running a ubuntu docker container for testing, with the same installation as your github actions CI. But most of the arch tests still fail. Here is an...

Wow, setting the environment variables for the tests doesn't work... :sweat_smile:

Figuring out how to set the environment variables and where to put the quotes was a bit tricky, but with all that fixed, all of the tests pass :partying_face:

@3rav Your 1. error was actually a issue on my side, which I now fixed. Thanks, good catch! The 2. error however is really strange, did you accidentally deleted the...

I rebased on current main and added the definition of `MOLD_VERSION` for `elf/lto.cc`, which it now uses.