Skip to content

Commit

Permalink
playbooks: gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
debarshiray committed Jan 27, 2023
1 parent 0caf09d commit c53540d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion playbooks/dependencies-centos-9-stream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
name:
- bash-completion
- flatpak-session-helper
- gcc
- golang
- httpd-tools
- meson
Expand Down Expand Up @@ -51,7 +52,7 @@
chdir: '{{ zuul.project.src_dir }}'

- name: Check versions of crucial packages
command: rpm -qa ShellCheck codespell *kernel* *glibc* golang shadow-utils-subid-devel podman conmon containernetworking-plugins containers-common container-selinux crun fuse-overlayfs flatpak-session-helper
command: rpm -qa ShellCheck codespell *kernel* gcc *glibc* golang shadow-utils-subid-devel podman conmon containernetworking-plugins containers-common container-selinux crun fuse-overlayfs flatpak-session-helper

- name: Show podman versions
command: podman version
Expand Down
3 changes: 2 additions & 1 deletion playbooks/dependencies-fedora.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
- codespell
- fish
- flatpak-session-helper
- gcc
- golang
- golang-github-cpuguy83-md2man
- httpd-tools
Expand All @@ -51,7 +52,7 @@
chdir: '{{ zuul.project.src_dir }}'

- name: Check versions of crucial packages
command: rpm -qa ShellCheck codespell *kernel* *glibc* golang shadow-utils-subid-devel podman conmon containernetworking-plugins containers-common container-selinux crun fuse-overlayfs flatpak-session-helper
command: rpm -qa ShellCheck codespell *kernel* gcc *glibc* golang shadow-utils-subid-devel podman conmon containernetworking-plugins containers-common container-selinux crun fuse-overlayfs flatpak-session-helper

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

0 comments on commit c53540d

Please sign in to comment.