the process info is now moved to the main MSYS2 documentation
msys2-autobuild
msys2-autobuild is a Python tool for
- automatically building MSYS2 packages in GitHub Actions
- manually uploading packages, or retrying builds
- retrieving the built packages for upload to the pacman repo
Installation
$ pacman -S mingw-w64-x86_64-python-tabulate mingw-w64-x86_64-python-pygithub mingw-w64-x86_64-python-requests
# or
$ poetry install
# or
$ python -m pip install --user -r requirements.txt
# or
$ pipx install git+https://github.com/msys2/msys2-autobuild
Usage
$ msys2-autobuild --help
usage: msys2-autobuild [-h] [-R REPO]
{build,show,write-build-plan,update-status,fetch-assets,upload-assets,clear-failed}
...
Build packages
options:
-h, --help show this help message and exit
-R REPO, --repo REPO msys2-autobuild repository to target (default 'msys2/msys2-autobuild')
subcommands:
{build,show,write-build-plan,update-status,fetch-assets,upload-assets,clear-failed}
build Build all packages
show Show all packages to be built
write-build-plan Write a GHA build matrix setup
update-status Update the status file
fetch-assets Download all staging packages
upload-assets Upload packages
clear-failed Clear the failed state for packages
Languages
Python
98.8%
Shell
0.8%
Batchfile
0.4%