-
-
Notifications
You must be signed in to change notification settings - Fork 398
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pybind11: add v2.11.1 #2976
Pybind11: add v2.11.1 #2976
Conversation
@waruqi pybind 11 构建测试时,所有的报错都发生在 Windows x86 和 Arm64 上。 x86 构建里报错是 Windows Arm64 构建里的报错是 会不会是 Python 环境注入发生了什么问题?我查看了 pybind11 的 |
@waruqi When building tests with pybind 11, all errors occur on Windows x86 and Arm64. The error reported in the x86 build is The error reported in the Windows Arm64 build is Could there be something wrong with Python environment injection? I checked |
调下 python 那个包的 on_fetch ,然后提 pr 改进下 |
我试试看吧,不知道 Qemu 模拟的 Windows arm64 够不够味 |
I'll give it a try, I don't know if the Windows arm64 simulated by Qemu is interesting enough. |
目前已经发现是某些情况在这里没有正确找到 xmake-repo/packages/p/python/fetch.lua Lines 56 to 64 in cebf559
其输出在 https://github.com/xmake-io/xmake-repo/actions/runs/7289700908/job/19864898317?pr=2976#step:5:377 可见 我无法在本地虚拟机里复现问题, 修改 print 在 CI 里看不到, 接下来就等有缘人了 |
It has been found that xmake-repo/packages/p/python/fetch.lua Lines 56 to 64 in cebf559
Its output can be seen at https://github.com/xmake-io/xmake-repo/actions/runs/7289700908/job/19864898317?pr=2976#step:5:377 I can't reproduce the problem in the local virtual machine. I can't see it in CI after modifying the print command. I'll have to wait for someone to do it next. |
No description provided.