From c8e2ad0b9501a803bb8adf83604b3d0fae4e50b5 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Sun, 30 Jun 2024 18:30:31 +0200 Subject: [PATCH] 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. --- .ci/kconfig.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci/kconfig.sh b/.ci/kconfig.sh index 4a8e03133..a1e6f9c77 100755 --- a/.ci/kconfig.sh +++ b/.ci/kconfig.sh @@ -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"