Skip to content

Commit

Permalink
Merge pull request os-autoinst#19491 from ricardobranco777/podman_gob…
Browse files Browse the repository at this point in the history
…uildah

containers: Add missing go dependency to podman upstream tests
  • Loading branch information
ricardobranco777 authored Jun 10, 2024
2 parents a99e75e + 525afa6 commit bc410ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/containers/podman_integration.pm
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ sub run {

# Install tests dependencies
my @pkgs = qw(aardvark-dns catatonit gpg2 jq make netavark netcat-openbsd openssl podman python3-passlib skopeo socat sudo systemd-container);
push @pkgs, qw(buildah) unless is_sle_micro;
push @pkgs, qw(go buildah) unless is_sle_micro;
# podman-remote is not yet available & python3-PyYAML was dropped in SLM 6.0
push @pkgs, qw(podman-remote python3-PyYAML) unless is_sle_micro('>=6.0');
# passt requires podman 5.0
Expand Down

0 comments on commit bc410ee

Please sign in to comment.