diff options
author | Chris Evich <cevich@redhat.com> | 2021-11-22 14:48:22 -0500 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2021-11-22 14:50:16 -0500 |
commit | aa301225aa13c34f2676e4240352c4efeb6cc3f2 (patch) | |
tree | 380e930d632cc82c789d77bb547f3517b3c54d02 /.cirrus.yml | |
parent | ed83ef2517ba4d6a0c7659206fe3a2faa0bdf547 (diff) | |
download | podman-aa301225aa13c34f2676e4240352c4efeb6cc3f2.tar.gz podman-aa301225aa13c34f2676e4240352c4efeb6cc3f2.tar.bz2 podman-aa301225aa13c34f2676e4240352c4efeb6cc3f2.zip |
Cirrus: Strip out static nix build
Unfortunately the maintainer of this is no longer available
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 961104e96..f4ad8f895 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -323,36 +323,6 @@ alt_build_task: always: *binary_artifacts -# Confirm building a statically-linked binary is successful -static_alt_build_task: - name: "Static Build" - alias: static_alt_build - only_if: *not_docs - depends_on: - - build - # Community-maintained task, may fail on occasion. If so, uncomment - # the next line and file an issue with details about the failure. - # allow_failures: $CI == $CI - gce_instance: *bigvm - env: - <<: *stdenvars - TEST_FLAVOR: "altbuild" - # gce_instance variation prevents this being included in alt_build_task - ALT_NAME: 'Static build' - # Do not use 'latest', fixed-version tag for runtime stability. - CTR_FQIN: "docker.io/nixos/nix:2.3.6" - # Authentication token for pushing the build cache to cachix. - # This is critical, it helps to avoid a very lengthy process of - # statically building every dependency needed to build podman. - # Assuming the pinned nix dependencies in nix/nixpkgs.json have not - # changed, this cache will ensure that only the static podman binary is - # built. - CACHIX_AUTH_TOKEN: ENCRYPTED[df0d4d0a67474e8ea49cc503221dcb912b7e2ba45c8ec4bf2e5fd9c49a18ac21c24bacee59b5393355ed9e4358d2baef] - setup_script: *setup - main_script: *main - always: *binary_artifacts - - # Confirm building the remote client, natively on a Mac OS-X VM. osx_alt_build_task: name: "OSX Cross" @@ -734,7 +704,6 @@ success_task: - swagger - consistency - alt_build - - static_alt_build - osx_alt_build - docker-py_test - unit_test |