Skip to content

Commit

Permalink
fixup! spread: HACK
Browse files Browse the repository at this point in the history
Signed-off-by: Maciej Borzecki <maciej.borzecki@canonical.com>
  • Loading branch information
bboozzoo committed Dec 20, 2024
1 parent 6531356 commit b09f9fc
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions spread.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -994,8 +994,12 @@ prepare: |
)
# HACK
apt update
apt install systemd-coredump -y
case "$SPREAD_SYSTEM" in
ubuntu-24.*|ubuntu-25.*)
apt update
apt install systemd-coredump -y
;;
esac
# NOTE: At this stage the source tree is available and no more special
# considerations apply.
Expand Down

0 comments on commit b09f9fc

Please sign in to comment.