From ba2237700ab5c721d718bb49618af519f029c2db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Correa=20G=C3=B3mez?= Date: Thu, 29 Jan 2026 14:36:57 +0100 Subject: [PATCH] ci: update reasons for using 'native' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Just requiring pmbootstrap installed is no reason to run 'native', as other tests show. Now the messages are also consistent. Signed-off-by: Pablo Correa Gómez Part-of: --- .ci/commits.sh | 2 +- .ci/lib/build_changed_aports.sh | 1 + .ci/pytest.sh | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.ci/commits.sh b/.ci/commits.sh index 6679d2bd3..8a786a3eb 100755 --- a/.ci/commits.sh +++ b/.ci/commits.sh @@ -3,7 +3,7 @@ # SPDX-License-Identifier: GPL-3.0-or-later # Description: check pkgver/pkgrel bumps, amount of changed pkgs etc # Options: native -# Use 'native' because it requires git commit history. +# Use 'native' because it requires running pmbootstrap. # https://postmarketos.org/pmb-ci if [ "$(id -u)" = 0 ]; then diff --git a/.ci/lib/build_changed_aports.sh b/.ci/lib/build_changed_aports.sh index d3d7acdc3..4cf062035 100755 --- a/.ci/lib/build_changed_aports.sh +++ b/.ci/lib/build_changed_aports.sh @@ -1,6 +1,7 @@ #!/bin/sh -e # Description: build modified packages for this architecture # Options: native slow +# Use 'native' because it requires running pmbootstrap. # https://postmarketos.org/pmb-ci if [ "$(id -u)" = 0 ]; then diff --git a/.ci/pytest.sh b/.ci/pytest.sh index f96f0131f..eba2a7212 100755 --- a/.ci/pytest.sh +++ b/.ci/pytest.sh @@ -3,7 +3,7 @@ # SPDX-License-Identifier: GPL-3.0-or-later # Description: lint with various python tests # Options: native -# Use 'native' because it requires pmbootstrap. +# Use 'native' because it requires running pmbootstrap. # https://postmarketos.org/pmb-ci if [ "$(id -u)" = 0 ]; then