From: Michal Nowak Date: Thu, 20 May 2021 16:00:28 +0000 (+0200) Subject: Run gcc:tarball CI job for merge requests X-Git-Tag: v9.17.14~31^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83617cea9a7ac4b877b0874d041d21d80eb36fac;p=thirdparty%2Fbind9.git Run gcc:tarball CI job for merge requests Running gcc:tarball CI job for merge requests is consistent with how we run gcc:out-of-tree CI job and should help identify problems with the build system during the review process, not once merged during daily runs. For the sake of time, unit and system tests associated with the gcc:tarball CI job are excluded from merge requests. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 68efe8ea826..13cf945c9b4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -810,7 +810,6 @@ gcc:tarball: RUN_MAKE_INSTALL: 1 <<: *base_image <<: *build_job - <<: *schedules_tags_web_triggering_rules before_script: - tar --extract --file bind-*.tar.${TARBALL_EXTENSION} - rm -f bind-*.tar.${TARBALL_EXTENSION}