Closed
Conversation
Member
|
真的,沒啥好支持的。 |
Contributor
Author
|
不费太大劲就留着,费劲就扔了 |
driver1998
added a commit
to driver1998/weasel
that referenced
this pull request
Nov 13, 2025
Since ARM32 support is being dropped (rime#1730), remove the related logic in WeaselSetup. Otherwise install will fail complaining about missing ARM32 TSF dlls.
Contributor
|
报错看着跟arm64x_wrapper没关系啊 |
Contributor
Author
build.bat的输出是异常的(本地没有这个问题),xbuild.bat的结果就是xmake后执行arm64x_wrapper下的脚本出问题了 vcxproj的问题我修完了,现在xbuild.bat和build.bat的构建都在执行arm64_wrapper下出问题了 |
Contributor
我猜测那两个 Lines 215 to 226 in c127fa7 最后的 Lines 227 to 236 in c127fa7 要不你将几个build.bat的 |
3a83d21 to
1eb9c4d
Compare
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.

fix github actions workflows
Drop ARM32 build, because Windows SDK with ARM32 support has been drop in github actions
@driver1998 arm64x_wrapper help needed