From 1cd291ce8c0095cee598a6b3b77c6c52700ce335 Mon Sep 17 00:00:00 2001 From: Gerrod Ubben Date: Mon, 9 Dec 2024 09:36:34 -0500 Subject: [PATCH] Remove a CI workaround fix that is no longer needed --- .github/actions/build_image/action.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/actions/build_image/action.yml b/.github/actions/build_image/action.yml index 86b577ee..33b35ea7 100644 --- a/.github/actions/build_image/action.yml +++ b/.github/actions/build_image/action.yml @@ -59,18 +59,6 @@ runs: podman load -i base-images.tar shell: bash - - name: Install httpie and podman-compose - run: | - echo "HTTPIE_CONFIG_DIR=$GITHUB_WORKSPACE/.ci/assets/httpie/" >> $GITHUB_ENV - echo "Working around https://bugs.launchpad.net/ubuntu/+source/libpod/+bug/2024394" - curl -O http://archive.ubuntu.com/ubuntu/pool/universe/g/golang-github-containernetworking-plugins/containernetworking-plugins_1.1.1+ds1-3_amd64.deb - sudo dpkg -i containernetworking-plugins_1.1.1+ds1-3_amd64.deb - # Ubuntu 22.04 has old podman 3.4.4, we need podman-compose==1.0.3 to avoid an - # error with dependency contianers not being detected as running. - # "error generating dependency graph for container" - pip install httpie podman-compose==1.0.3 - shell: bash - - name: Build images run: | podman version