These are not consumed by any dependent job. This drops the total number of
Graphviz release artifacts from 58 to 56.
Related to #2147.
when: on_success
expire_in: 1 week
paths:
- - Packages/*/*/*/*.xz
- Metadata/*/*/configure.log
- GRAPHVIZ_VERSION
reports:
when: on_success
expire_in: 1 week
paths:
- - Packages/*/*/*/*.xz
- Metadata/*/*/configure.log
- GRAPHVIZ_VERSION
reports:
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