-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Appveyor CI is broken #1596
Comments
I suggest dropping AppVeyor for GHA that now supports Windows. |
Appveyor currently works and shows a real problem in the callback code (Segfaults in at least two places and I don't see why it happens). As reference: https://ci.appveyor.com/project/matthiasblaesing/jna/build/job/cn7v77hhrl6y6g6a#L2207
|
Ah, then the problem is that the badge on the home page links to the old @dblock setup and not the new location under @matthiasblaesing . Should probably revert my latest PR then (and fix the badge).
I tried setting up a windows GHA when we first migrated off Travis CI, and ran into blocking problems, and gave up. |
Provide complete information about the problem
master
branchAppveyor builds have not been working since Dec 10, 2022. Current error on startup is
I don't have a Windows environment to test/debug, but I suspect the Appveyor conviguration is using VS Build 2015 or 2019, when the new runners are using VS Build 2022, so the V140 is now V170 (among other changes). This SO Post might be relevant.
This is likely an easy "update to latest version" fix for someone with a Windows machine.
See https://ci.appveyor.com/project/dblock/jna-gsxuq/history
The text was updated successfully, but these errors were encountered: