<
8000
div class="d-flex flex-column flex-md-row flex-items-start flex-md-items-center">
Fix hwloc patch application on windows #710
Merged
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.
Description
Windows
cmd.exe
doesn't have atrue
command which causes the DPC++ build to fail,(exit 0)
will do the same thing but it will work on both linux and windows.This issue only shows up on Windows and not on a first build, since when building the first time the patch applies cleanly so the
||
branch is not taken, but then when rebuilding the patch doens't apply and the command errors out in the||
branch.Checklist