Set INTERNAL tasking for Windows 11 ARM CI#605
Draft
stefanatwork wants to merge 15 commits into
Draft
Conversation
Agent-Logs-Url: https://github.com/RenderKit/embree/sessions/ead49f65-088a-401f-b6ff-a821bf4b5b25 Co-authored-by: stefanatwork <93931354+stefanatwork@users.noreply.github.com>
Agent-Logs-Url: https://github.com/RenderKit/embree/sessions/71a93d2a-2cfa-4e53-ad36-40765438ddee Co-authored-by: stefanatwork <93931354+stefanatwork@users.noreply.github.com>
Copilot
AI
changed the title
Windows on ARM CI workflow
Add Windows on ARM (ARM64) CI support
May 27, 2026
Copilot
AI
changed the title
Add Windows on ARM (ARM64) CI support
Force Windows ARM CI to use MSVC toolchain
May 27, 2026
Copilot
AI
changed the title
Force Windows ARM CI to use MSVC toolchain
Fix Windows ARM public CI toolchain selection and failure handling
May 27, 2026
Copilot stopped work on behalf of
stefanatwork due to an error
May 27, 2026 15:15
Copilot
AI
changed the title
Fix Windows ARM public CI toolchain selection and failure handling
Set INTERNAL tasking for Windows 11 ARM CI
May 27, 2026
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.
The Windows 11 on Arm CI job was building Embree without explicitly selecting the internal tasking backend. This updates that job to pass
EMBREE_TASKING_SYSTEM=INTERNALin the superbuild configuration.What changed
-DEMBREE_TASKING_SYSTEM=INTERNALto thewindows-11-armjob in.github/workflows/public.continuous.ymlWhy this matters
Configuration snippet