Skip to content

Commit c9cfad8

Browse files
committed
appveyor: try podman 25
1 parent c00b835 commit c9cfad8

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

_ci-linux-debian.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
# shellcheck disable=SC3040,SC2039
77
set -o xtrace -o errexit -o nounset; [ -n "${BASH:-}${ZSH_NAME:-}" ] && set -o pipefail
88

9+
whoami
10+
id
11+
ls -l
12+
913
cat /etc/*-release
1014

1115
export DEBIAN_FRONTEND='noninteractive'

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ build_script:
6565
sudo apt-get -o Dpkg::Use-Pty=0 install -y --no-install-suggests --no-install-recommends podman uidmap fuse-overlayfs dbus-user-session
6666
export CW_CONFIG="${APPVEYOR_REPO_BRANCH}-werror-win"
6767
. ./_versions.sh
68+
whoami
69+
id
6870
ls -l
6971
sudo loginctl enable-linger 1000
7072
sudo podman image trust set --type reject default

0 commit comments

Comments
 (0)