[roottest] Use with MsDev the mechanism that allows a single build to run in parallel with tests.#21358
Open
pcanal wants to merge 3 commits intoroot-project:masterfrom
Open
[roottest] Use with MsDev the mechanism that allows a single build to run in parallel with tests.#21358pcanal wants to merge 3 commits intoroot-project:masterfrom
pcanal wants to merge 3 commits intoroot-project:masterfrom
Conversation
When using the Microsoft Visual Studio generator we have the exact same problem, that it might trigger a rebuild of ROOT so we need to apply the same solution. See 06e00a2. PS. We might want to eventually rename the resource lock. Add missing config to the build target (required on Windows)
It is need by at least Ninja and the Visual Studio generator
08699e2 to
e97b845
Compare
Test Results 22 files 22 suites 3d 5h 21m 32s ⏱️ For more details on these failures, see this check. Results for commit e97b845. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
As seen https://github.com/root-project/root/pull/21192/checks?check_run_id=64082830177, when using the visual studio generator we seem to have a problem similar to the issue solved in #19702.
See the test history of this PR.