diff --git a/.gitlab-ci/build_changed_aports.py b/.gitlab-ci/build_changed_aports.py index c48323c55..d19e02131 100755 --- a/.gitlab-ci/build_changed_aports.py +++ b/.gitlab-ci/build_changed_aports.py @@ -15,8 +15,9 @@ import pmb.helpers.pmaports def build_strict(packages, arch): common.run_pmbootstrap(["build_init"]) - common.run_pmbootstrap(["--details-to-stdout", "build", "--strict", - "--force", "--arch", arch] + list(packages)) + common.run_pmbootstrap(["--details-to-stdout", "--no-ccache", "build", + "--strict", "--force", + "--arch", arch, ] + list(packages)) def verify_checksums(packages, arch):