Skip to content

Set INTERNAL tasking for Windows 11 ARM CI#605

Draft
stefanatwork wants to merge 15 commits into
masterfrom
sw/win-on-arm-ci
Draft

Set INTERNAL tasking for Windows 11 ARM CI#605
stefanatwork wants to merge 15 commits into
masterfrom
sw/win-on-arm-ci

Conversation

@stefanatwork
Copy link
Copy Markdown
Collaborator

@stefanatwork stefanatwork commented May 26, 2026

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=INTERNAL in the superbuild configuration.

  • What changed

    • Added -DEMBREE_TASKING_SYSTEM=INTERNAL to the windows-11-arm job in .github/workflows/public.continuous.yml
    • Scoped the change to the Windows 11 ARM public CI path only
  • Why this matters

    • Makes the Windows 11 ARM CI configuration align with the intended tasking backend
    • Avoids relying on the default tasking selection for this environment
  • Configuration snippet

    $opts += " -DEMBREE_TESTING_INTENSITY=2"
    $opts += " -DEMBREE_TASKING_SYSTEM=INTERNAL"
    $opts += " -DCMAKE_BUILD_TYPE=Release"

@stefanatwork stefanatwork self-assigned this May 26, 2026
@stefanatwork stefanatwork marked this pull request as draft May 26, 2026 10:11
@stefanatwork stefanatwork changed the title WIP: Windows on ARM CI workflow Windows on ARM CI workflow May 26, 2026
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants