]> granicus.if.org Git - graphviz/commitdiff
stop exporting tarballs of static builds as artifacts
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 9 Nov 2021 05:45:37 +0000 (21:45 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 12 Nov 2021 01:30:45 +0000 (17:30 -0800)
These are not consumed by any dependent job. This drops the total number of
Graphviz release artifacts from 58 to 56.

Related to #2147.

.gitlab-ci.yml
ci/build.sh

index 280bdbf4d70f195c6ca8ab79982b140775de86f2..1c667eed6c573238cd396b6e0e75f9b9f1088c68 100644 (file)
@@ -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:
index 7c4f3b0afa66b44220f07677db6688b875e97431..8f9835a10dc0e2a7569056f2f922bb08922073f7 100755 (executable)
@@ -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