-
Notifications
You must be signed in to change notification settings - Fork 496
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Developer key not trusted is signing core packages #2785
Comments
Really, I've no idea what to do here. Clue me in. Pretend I'm 5. I've found tons of pages, none too useful. |
Random workaround. Try to use latest Windows image in Appveyor e.g. Visual Studio 2022 or Visual Studio 2019. More here https://www.appveyor.com/docs/build-environment/. Also I would suggest to use GitHub Actions instead. |
I've added a note to the CI guide: msys2/msys2.github.io@5fc9d54 -> https://www.msys2.org/docs/ci/#appveyor |
Yes, github actions might be the way to go. |
Thanks! I'll close this issue by end of day hopefully. |
Ok! I got past pacman package installation. Now onto other appveyor issues. Thanks so much! |
The msys2 installation on Appveyor's Windows build images older than Visual Studio 2019 are hopelessly out of date. Diagnostics from the msys2 crew: - msys2/MSYS2-packages#2785 - msys2/msys2.github.io@5fc9d54 Ticket opened with Appveyor about this: - https://help.appveyor.com/discussions/problems/31153-default-windows-image-msys2-repos-out-of-date
This error put my head in a spin. Eventually I ended up uninstalling ruby installer and downloaded the latest version with the devkit. Updated and good to go. Hope this helps. |
Describe the issue
Trying to make Appveyor w/ msys2 build Heimdal I keep running into walls like:
I... know what that key is. Apparently it's an msys2 developer's key. I don't understand why that key is being used to sign packages in the msys2 repo when that key is not in the trusted key list for msys2. I also don't know how to add it -- I would add it, if I knew how to.
You can see my fork of Heimdal's appveyor.yml file (where I'm just banging on the keyboard at this point) and then look at a build log from appveyor (build: https://ci.appveyor.com/project/nicowilliams/heimdal/builds/42075413).
Steps to Reproduce the Problem
autoconf
,automake
,bison
, etc.Additional Context: Operating System, Screenshots
Screenshot attached. Appveyor build and build log linked.
The text was updated successfully, but these errors were encountered: