From: Matthew Fernandez Date: Tue, 9 Nov 2021 05:45:37 +0000 (-0800) Subject: stop exporting tarballs of static builds as artifacts X-Git-Tag: 2.50.0~37^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=063398996567c3121e34af1c1b08730cc5392f8e;p=graphviz stop exporting tarballs of static builds as artifacts These are not consumed by any dependent job. This drops the total number of Graphviz release artifacts from 58 to 56. Related to #2147. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 280bdbf4d..1c667eed6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -396,7 +396,6 @@ ubuntu21-04-static-build: when: on_success expire_in: 1 week paths: - - Packages/*/*/*/*.xz - Metadata/*/*/configure.log - GRAPHVIZ_VERSION reports: @@ -419,7 +418,6 @@ ubuntu21-10-static-build: when: on_success expire_in: 1 week paths: - - Packages/*/*/*/*.xz - Metadata/*/*/configure.log - GRAPHVIZ_VERSION reports: diff --git a/ci/build.sh b/ci/build.sh index 7c4f3b0af..8f9835a10 100755 --- a/ci/build.sh +++ b/ci/build.sh @@ -59,8 +59,6 @@ elif [[ "${CONFIGURE_OPTIONS:-}" =~ "--enable-static" ]]; then make make install popd - tar cf - -C graphviz-${GV_VERSION}/build . | xz -9 -c - > graphviz-${GV_VERSION}-${ARCH}.tar.xz - mv graphviz-${GV_VERSION}-${ARCH}.tar.xz ${DIR}/os/ else GV_VERSION=$( cat GRAPHVIZ_VERSION ) if [ "$OSTYPE" = "linux-gnu" ]; then