CI: fix building with dmd versions 2.089 to 2.093#22017
CI: fix building with dmd versions 2.089 to 2.093#22017thewilsonator merged 1 commit intodlang:masterfrom
Conversation
|
Thanks for your pull request, @rainers! Bugzilla referencesYour PR doesn't reference any Bugzilla issue. If your PR contains non-trivial changes, please reference a Bugzilla issue or create a manual changelog. Testing this PR locallyIf you don't have a local development environment setup, you can use Digger to test this PR: dub run digger -- build "master + dmd#22017" |
03b24cf to
1404c1c
Compare
|
Oh, did it break something? |
|
Yes: |
|
revert looks fine, I wonder why locale has an effect.. |
|
The core issue is missing types in DWARF dump. |
thewilsonator
left a comment
There was a problem hiding this comment.
Please take into account #22019 and remove the second commit
1404c1c to
fb53942
Compare
|
Second commit removed, it was just a guess at what might have been causing the failures. Thanks for fixing them @limepoutine . |
|
Looks like the only thing failed was a timeout. It is unfortunate that OSX14 only has 3 cores and everything else has 4 and I can't get 15 in. |
I suspect the issue here is that a phobos test spuriously fails on more platforms than previously assumed, see dlang/phobos#10876. We should disable that unconditionally. |
|
Thanks! |
No description provided.