Skip to content

Commit

Permalink
Remove a passt workaround
Browse files Browse the repository at this point in the history
https://bodhi.fedoraproject.org/updates/FEDORA-2024-33e8f0af7f says
the update has been pushed to stable.

Signed-off-by: Miloslav Trmač <[email protected]>
  • Loading branch information
mtrmac committed Nov 22, 2024
1 parent 745ccff commit 87806d6
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions cache_images/fedora_packaging.sh
Original file line number Diff line number Diff line change
Expand Up @@ -200,18 +200,6 @@ DOWNLOAD_PACKAGES=(\
msg "Installing general build/test dependencies"
bigto $SUDO dnf install -y "${INSTALL_PACKAGES[@]}"

# 2024-11-07 not yet stable on f40
timebomb 20241119 "pasta 20241030 desired for podman flake fix"
if [[ "$OS_RELEASE_VER" -eq 40 ]]; then
arch=$(uname -m)
n=passt
v=0%5E20241030.gee7d0b6
r=1.fc$OS_RELEASE_VER
bigto $SUDO dnf install -y \
https://kojipkgs.fedoraproject.org/packages/$n/$v/$r/$arch/$n-$v-$r.$arch.rpm \
https://kojipkgs.fedoraproject.org/packages/$n/$v/$r/noarch/$n-selinux-$v-$r.noarch.rpm
fi

msg "Downloading packages for optional installation at runtime, as needed."
$SUDO mkdir -p "$PACKAGE_DOWNLOAD_DIR"
cd "$PACKAGE_DOWNLOAD_DIR"
Expand Down

0 comments on commit 87806d6

Please sign in to comment.