ci/kconfig.sh: use pmbootstrap v3 (MR 5301)

Use pmbootstrap v3 for kconfig check, which reads kconfigcheck.toml from
the current pmaports branch and uses it.
This commit is contained in:
Oliver Smith 2024-06-30 18:30:31 +02:00
parent 7829e6c985
commit c8e2ad0b95
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -6,6 +6,7 @@
if [ "$(id -u)" = 0 ]; then
set -x
export PMBOOTSTRAP_TAG=master
wget "https://gitlab.com/postmarketOS/ci-common/-/raw/master/install_pmbootstrap.sh"
sh ./install_pmbootstrap.sh
exec su "${TESTUSER:-pmos}" -c "sh -e $0"