-
-
Notifications
You must be signed in to change notification settings - Fork 818
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
xmake run
/xmake test
failing to execute targets in github actions (CI)
#4980
Comments
exit code: -1073741511 maybe some dll are missing or other some errors when running MinExample.exe xmake cannot get more error info. |
possibly, but that would meant that directly executing the program also would crash, which it doesnt, as seen in the linked workflow. |
MinExample has crashed. |
|
try running MinExample.exe in build directory directly. do not use maybe some package bin path envs are missing when call |
https://github.com/SFGrenade/MinXmakeProtobufExample/actions/runs/8708152914/ |
so while testing i just saw that locally xmake adds: |
maybe PATH has been override when call try this patch. |
gets 404 error on install |
looking at the install action, it doesn't support branches other than dev & master for windows runners |
https://github.com/SFGrenade/MinXmakeProtobufExample/actions/runs/8724763810/job/23936103174#step:14:10 |
Try dev branch, it should work. #4986 https://github.com/waruqi/MinXmakeProtobufExample/actions/runs/8735071173 but you need to wait for this ci is finished, it is building xmake/dev artifacts, then try it again. https://github.com/xmake-io/xmake/actions/runs/8735470154 |
Does it work now? |
it does work with also with zmqpb, yes! |
Xmake Version
2.8.9
Operating System Version and Architecture
Windows Server 2022 10.0.20348
Describe Bug
When running a test target in github ci, it fails to execute but doesn't show any meaningful error.
Expected Behavior
It runs fine
Project Configuration
https://github.com/SFGrenade/MinXmakeProtobufExample/actions/runs/8694739231/job/23844283776#step:16:10
Additional Information and Error Logs
logs: https://github.com/SFGrenade/MinXmakeProtobufExample/actions/runs/8694739231/job/23844283776#step:16:10 and other
The text was updated successfully, but these errors were encountered: