Skip to content

Commit

Permalink
Merge pull request #701 from gerrod3/net-fix-3.39
Browse files Browse the repository at this point in the history
Remove CI workaround that is no longer needed
  • Loading branch information
mdellweg authored Dec 11, 2024
2 parents 8d67e84 + a9cffa6 commit 4dec9a3
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/pulp_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,13 +176,7 @@ jobs:
- 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
pip install httpie podman-compose
shell: bash

- name: Build images
Expand Down

0 comments on commit 4dec9a3

Please sign in to comment.