Conversation
This reverts commit 1d39caa.
|
I suspect the merge on Azure fails because the PR is from the dlang repo. Should we still force-merge this PR? |
|
Removed auto-merge, doesn't seem to be the only problem. #2825 runs the Azure tests with the revert, but still fails. |
|
@rainers the error happens when trying to clone DMD: The problem is here: https://github.com/dlang/druntime/blob/master/azure-pipelines.yml#L43 : Maybe the environment variable |
|
It's weird that
Maybe it's null, because it was re-triggered manually? |
|
I suspect it makes a difference whether the same repo is used for the PR and the target and then some variables behave differently, We should add printing the environment variables to the yml as in the dmd version. The revert alone didn't help, though, see #2825 . So resolving this merge issue could be in another PR. |
It seems the branch isn't built as a PR, but a separate branch. I guess we should configure only master and stable as "triggers": https://docs.microsoft.com/en-us/azure/devops/pipelines/yaml-schema?view=azure-devops&tabs=schema#triggers |
Codecov Report
@@ Coverage Diff @@
## master #2822 +/- ##
==========================================
- Coverage 74.56% 74.55% -0.01%
==========================================
Files 161 160 -1
Lines 17147 17147
==========================================
- Hits 12785 12784 -1
- Misses 4362 4363 +1
Continue to review full report at Codecov.
|
Reverts #2821