-
-
Notifications
You must be signed in to change notification settings - Fork 268
CI: show logs #4970
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
CI: show logs #4970
Conversation
Signed-off-by: Andrei Horodniceanu <[email protected]>
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 <[email protected]>
Signed-off-by: Andrei Horodniceanu <[email protected]>
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 <[email protected]>
Signed-off-by: Andrei Horodniceanu <[email protected]>
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 <[email protected]>
ldc/runtime/druntime/test/exceptions/Makefile Lines 6 to 9 in 6171ff1
Why is |
Signed-off-by: Andrei Horodniceanu <[email protected]>
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.