No description
This builds from upstream now. - tests are re-enabled - disable BTF support / drop vmlinux.h dependency, enabling bpf is enough for mkosi/testing stuff, and getting a sane vmlinux.h that systemd can compile with seems to be "complicated." - armhf is re-enabled since we don't enable BTF anymore - workaround stage0 linking failing on riscv64 by enabling tests - increase test timeout for main pkg, because running in qemu is slow - a lot more dependencies are explicitly listed now, because they are dlopened and abuild doesn't know how to detect these - meson build options re-arranged / cleaned up (some of these are implicitly disabled by using -Dlibc=musl) - tests are skipped for archs that we build in CI/bpo that don't have native hw, since ~13 of them fail for unknown (or timeout) reasons. 2 of them time out after >1200 seconds and 11 fail for mysterious reasons. Signed-off-by: Clayton Craft <craftyguy@postmarketos.org> Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7584> |
||
|---|---|---|
| .ci | ||
| .githooks | ||
| .gitlab/issue_templates | ||
| .well-known | ||
| cross | ||
| device | ||
| docs | ||
| extra-repos/systemd | ||
| main | ||
| modem | ||
| temp | ||
| .clang-format | ||
| .ecrc | ||
| .editorconfig | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| .mailmap | ||
| channels.cfg | ||
| COMMITSTYLE.md | ||
| kconfigcheck.toml | ||
| LICENSE | ||
| pmaports.cfg | ||
| README.md | ||
postmarketOS aports repository
This repository contains the APKBUILD files for postmarketOS-specific packages, along with the required patches and scripts, if any.
There are many more packages defined in the Alpine Linux aports on which these packages depend.
Helpful resources:
- How to create a package
- APKBUILD reference
- pmaports commit style
- Review and merging guidelines
- Alpine Linux aports
- Alpine Linux package search
- postmarketOS package search
Git Hooks
You can find some useful git hooks in the .githooks directory.
To use them, run the following command after cloning this repository:
git config --local core.hooksPath .githooks