-
-
Notifications
You must be signed in to change notification settings - Fork 420
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 fetch digger
dub run digger -- build "master + druntime#2806" |
Using YAML templates from another repo doesn't seem to work, as they are read before any command is executed. Calling bash/cmd instead needs a bit more duplication, but with dlang/dmd#10421 it should be rather small. This PR could work with the dmd PR, but is currently only using dmd master (the first two jobs passed on a personal pipeline). @wilzbach Can you enable azure for druntime? |
BTW: here is the azure run on my account: https://rainers8.visualstudio.com/druntime/_build/results?buildId=20 |
@wilzbach ping |
Sorry, added it to Azure. thanks a lot @rainers! I also sent out an invite to the dlanguage Azure group to you in case access is required again in the future! |
FYI: I also configured Azure Pipelines for Phobos and tools in case it comes ever up as I presume we can do a similar PR to Phobos once this is passing. |
Thanks, but it seems that went to the wrong account. My MS account is rainers8 at hotmail dot com. |
It needs dlang/dmd#10421 |
Will need some adaptions in dmd's files...