-
-
Notifications
You must be signed in to change notification settings - Fork 71
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
Windows aarch64 sign_verification not running signtool.exe correctly #917
Comments
I've just done a search on node build-azure-win2022-x64-1 and signtool.exe is available in these places, we ideally need the most recent version that is supported for the machine architecture adding to the PATH, so probably latest Windows kit with matching arm64/x64 to the node arch:
|
I think I can fix this bit of the pipeline script to manage which signtool it uses..
|
I've done some investigation on test-win11-aarch64-1, the arm64 version of signtool in version 17763 of the devkit appears to be corrupt, or bugged in some way, the latest version is ok.. test-win11-aarch64-2 has a different issue, relating to permissions on version 17763 of signtool... |
https://ci.adoptium.net/job/build-scripts/job/release/job/sign_verification/816/console
signing_verify job has to find the signtool.exe it then uses to verify the exe/dlls, on cross compiled aarch64 it looks like it's finding the wrong one...?
The text was updated successfully, but these errors were encountered: