chore: support adaptor wheel overrides on Windows and Linux - #531
Merged
karthikbekalp merged 4 commits intoAug 18, 2026
Merged
Conversation
karthikbekalp
marked this pull request as draft
August 18, 2026 19:28
karthikbekalp
marked this pull request as ready for review
August 18, 2026 20:13
karthikbekalp
marked this pull request as draft
August 18, 2026 20:14
Signed-off-by: Karthik Bekal Pattathana <133984042+karthikbekalp@users.noreply.github.com>
Signed-off-by: Karthik Bekal Pattathana <133984042+karthikbekalp@users.noreply.github.com>
Signed-off-by: Karthik Bekal Pattathana <133984042+karthikbekalp@users.noreply.github.com>
karthikbekalp
force-pushed
the
codex/fix-adaptor-wheel-platforms
branch
from
August 18, 2026 20:14
08e1941 to
3f8b21b
Compare
karthikbekalp
marked this pull request as ready for review
August 18, 2026 20:16
karthikbekalp
enabled auto-merge (squash)
August 18, 2026 20:16
crowecawcaw
approved these changes
Aug 18, 2026
leon-li-inspire
approved these changes
Aug 18, 2026
Merged
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.
What was the problem/requirement? (What/Why)
The Include Adaptor Wheels developer option used a Linux-specific Bash setup action and hard-coded worker paths, so locally built adaptor wheels could not be exercised reliably on Windows workers.
What was the solution? (How)
What is the impact of this change?
The developer-only Include Adaptor Wheels workflow now works on Windows and Linux workers. Normal submissions that do not enable the option are unchanged.
How was this change tested?
hatch run fmthatch run linthatch run all.py3.11:lint(reproduces the previously failing CI environment)hatch run test(380 passed, 6 skipped)Both live jobs in Windows and Linux loaded the exact attached Cinema 4D adaptor wheel, emitted
ADAPTOR_OVERRIDE_READY, and completedcinema4d-openjd --helpsuccessfully.Was this change documented?
No documentation change is required for this developer-only option.
Is this a breaking change?
No.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.