From 3b72f9178f997953249a3f2fb3146dcf2daf4741 Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Fri, 1 Mar 2024 10:25:36 -0500 Subject: [PATCH] Revert "Expose as-tested Mac/Windows repository state" Fix artifacts task error: ``` Failed to upload artifacts: rpc error: code = FailedPrecondition desc = Artifacts size is too big! ``` This reverts commit 698219cf9882ff0d229cd10bab0afd03ba09884b. Signed-off-by: Chris Evich --- .cirrus.yml | 4 ---- DOWNLOADS.md | 5 ----- 2 files changed, 9 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 110aa66968..5136a6d8f6 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1158,18 +1158,14 @@ artifacts_task: - cd /tmp/win - $ARTCURL/Windows%20Cross/repo/repo.tbz - tar xjf repo.tbz - # These are both needed by podman-desktop CI - mv ./podman-remote*.zip $CIRRUS_WORKING_DIR/ - - mv /tmp/win/repo.tbz $CIRRUS_WORKING_DIR/windows_podman_repo.tar.bz2 osx_binaries_script: - mkdir -p /tmp/osx - cd /tmp/osx - $ARTCURL/OSX%20Cross/repo/repo.tbz - tar xjf repo.tbz - # These are all needed by podman-desktop CI - mv ./podman-remote-release-darwin_*.zip $CIRRUS_WORKING_DIR/ - mv ./contrib/pkginstaller/out/podman-installer-macos-*.pkg $CIRRUS_WORKING_DIR/ - - mv /tmp/osx/repo.tbz $CIRRUS_WORKING_DIR/mac_podman_repo.tar.bz2 always: contents_script: ls -la $CIRRUS_WORKING_DIR # Produce downloadable files and an automatic zip-file accessible diff --git a/DOWNLOADS.md b/DOWNLOADS.md index bebfeb0360..01b47e777a 100644 --- a/DOWNLOADS.md +++ b/DOWNLOADS.md @@ -61,8 +61,3 @@ matches corresponding changes in the artifacts task. * [podman-release-mipsle.tar.gz](https://api.cirrus-ci.com/v1/artifact/github/containers/podman/Artifacts/binary/podman-release-mipsle.tar.gz) * [podman-release-ppc64le.tar.gz](https://api.cirrus-ci.com/v1/artifact/github/containers/podman/Artifacts/binary/podman-release-ppc64le.tar.gz) * [podman-release-s390x.tar.gz](https://api.cirrus-ci.com/v1/artifact/github/containers/podman/Artifacts/binary/podman-release-s390x.tar.gz) - -* As-tested Mac and Windows podman repository tarballs. These pair the source code and compiled binaries together. - - * Windows [podman-repository](https://api.cirrus-ci.com/v1/artifact/github/containers/podman/Artifacts/binary/windows_podman_repo.tar.bz2) (x86_64 only). - * MacOS [podman-repository](https://api.cirrus-ci.com/v1/artifact/github/containers/podman/Artifacts/binary/mac_podman_repo.tar.bz2) (all arches).