Conversation
Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
|
Let's see if there's anything interesting happening with |
|
Hmm, looks like the non-musl tests are wrongly excluded? ldc/runtime/druntime/test/exceptions/Makefile Lines 40 to 42 in 9db6d95 Maybe some weird Make behavior if the variable isn't defined? |
|
Or the left-over auto-detection in the Makefile now breaks it because the GHA Linux images might come with an unexpected ldc/runtime/druntime/test/exceptions/Makefile Lines 6 to 11 in 9db6d95 |
|
AFAICT from the CI logs, it's got to be the latter - ldc/runtime/druntime/test/exceptions/Makefile Lines 18 to 20 in 9db6d95 |
Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
It doesn't seem |
Nope, it's still not there. But the tests "detect" it anyways. Is the make shell function doing something we don't expect? |
Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
|
Alright, I genuinely don't have any idea how this is possible: ldc/runtime/druntime/test/exceptions/Makefile Lines 6 to 19 in 2116615
|
Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
ldc/runtime/druntime/test/exceptions/Makefile Lines 6 to 9 in 6171ff1 Why is |
Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
|
There's already ldc/runtime/DRuntimeIntegrationTests.cmake Lines 60 to 63 in 9db6d95 apk. Does that sound good @kinke?
|
|
Oh god; thx for digging!
Yeah, we here for LDC can, but I think I've added this apk-logic upstream when adding the Alpine CI job (for DMD). So we could skip the logic for |
As dash apparently doesn't understand the `&>` redirection, see ldc-developers/ldc#4970 (comment).
As dash apparently doesn't understand the `&>` redirection, see ldc-developers/ldc#4970 (comment), causing IS_MUSL to be wrongly set on non-musl distros.
No description provided.