flathub: Required status check "builds/x86_64" is expected.

Simon McVittie smcv at collabora.com
Thu Nov 17 19:58:34 UTC 2022


On Thu, 17 Nov 2022 at 20:13:46 +0100, Alec Leamas wrote:
> I try to push my application org.opencpn.OpenCPN after an update but the
> push is rejected with message:
> 
> Required status check "builds/x86_64" is expected. Changes must be made
> through a pull request

I think the workflow it wants you to use is:

* Push your new version to a different branch (wip/1.2.3 or something)
* Create a pull request into beta (or into master if that's what you want)
* Let the infrastructure do a test-build
* If it fails, do a force-push with the fixes
* Iterate until the test-build is successful
* Test it
* When you are happy with it (or when your co-maintainers are happy with
  it, if you have co-maintainers), accept the pull request

Try that?

If you have set up flatpak-external-data-checker to watch for new releases,
then flathubbot will create pull requests for you. For instance
https://github.com/flathub/com.valvesoftware.SteamLink/pulls?q=is%3Apr
has examples of both ways: manually-created PRs, and automatic updates.

    smcv


More information about the Flatpak mailing list