Skip to content

Commit

Permalink
playbooks/setup-env: Show version of glibc
Browse files Browse the repository at this point in the history
An upgrade of glibc has caused an issue on Fedora Rawhide[0]. We need a
clear indicator that a change in glibc could cause it.

[0] #821
  • Loading branch information
HarryMichal committed Jul 8, 2021
1 parent b27b41e commit 5bb2c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/setup-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
creates: /run/media

- name: Check versions of crucial packages
command: rpm -qa *kernel* golang podman conmon containernetworking-plugins containers-common container-selinux crun runc fuse-overlayfs flatpak-session-helper
command: rpm -qa *kernel* *glibc* golang podman conmon containernetworking-plugins containers-common container-selinux crun runc fuse-overlayfs flatpak-session-helper

- name: Show podman versions
command: podman version
Expand Down

0 comments on commit 5bb2c85

Please sign in to comment.