Skip to content

Add windows-11-arm CI job#292

Draft
take-cheeze wants to merge 2 commits intomainfrom
take-cheeze-patch-1
Draft

Add windows-11-arm CI job#292
take-cheeze wants to merge 2 commits intomainfrom
take-cheeze-patch-1

Conversation

@take-cheeze
Copy link
Member

Follow-up for #290

Signed-off-by: Takeshi Watanabe <take-cheeze@users.noreply.github.com>
@take-cheeze
Copy link
Member Author

Hmm calling python3.13 and not using nuget installed python...
Support matrix of cibw: https://cibuildwheel.pypa.io/en/stable/

@take-cheeze
Copy link
Member Author

Limitation may come from this options:

optimizer/setup.py

Lines 189 to 192 in 4e0bdea

if platform.architecture()[0] == "64bit":
cmake_args.extend(["-A", "x64", "-T", "host=x64"])
else:
cmake_args.extend(["-A", "Win32", "-T", "host=x86"])

@sonarqubecloud
Copy link

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