Skip to content

Commit

Permalink
Add 24.04 to distrotest LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
koalaman committed Nov 4, 2024
1 parent 0ee46a0 commit 47bff1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/distrotest
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,12 @@ fedora:latest dnf install -y cabal-install ghc-template-haskell-devel fi
archlinux:latest pacman -S -y --noconfirm cabal-install ghc-static base-devel
# Ubuntu LTS
ubuntu:24.04 apt-get update && apt-get install -y cabal-install
ubuntu:22.04 apt-get update && apt-get install -y cabal-install
ubuntu:20.04 apt-get update && apt-get install -y cabal-install
# Stack on Ubuntu LTS
ubuntu:22.04 set -e; apt-get update && apt-get install -y curl && curl -sSL https://get.haskellstack.org/ | sh -s - -f && cd /mnt && exec test/stacktest
ubuntu:24.04 set -e; apt-get update && apt-get install -y curl && curl -sSL https://get.haskellstack.org/ | sh -s - -f && cd /mnt && exec test/stacktest
EOF

This comment has been minimized.

Copy link
@GIgako19929

GIgako19929 Nov 23, 2024

``


exit "$final"

0 comments on commit 47bff1d

Please sign in to comment.