Skip to content

Commit

Permalink
Merge pull request cri-o#7484 from sohankunkerkar/fix-ci
Browse files Browse the repository at this point in the history
contrib/test: update RHEL 9.2 dependencies
  • Loading branch information
haircommander authored Nov 16, 2023
2 parents c3c0d3f + 9bed45f commit f5412df
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion contrib/test/ci/build/crun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
- autoconf
- libcap-devel
- systemd-devel
- yajl-devel
- libseccomp-devel
- libselinux-devel
- glibc-static
Expand Down
2 changes: 0 additions & 2 deletions contrib/test/ci/system-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@
name:
- glibc-static
- gpgme-devel
- yajl-devel
- libsemanage-devel
when: ansible_distribution == 'RedHat'

- name: Install optional packages For Fedora/CentOS 8
Expand Down
3 changes: 1 addition & 2 deletions contrib/test/integration/build/crun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
autoconf \
libcap-devel \
systemd-devel \
yajl-devel \
libseccomp-devel \
libselinux-devel \
go-md2man \
Expand All @@ -34,7 +33,7 @@
chdir: "{{ ansible_env.GOPATH }}/src/github.com/containers/crun"

- name: Run configure
command: "{{ ansible_env.GOPATH }}/src/github.com/containers/crun/configure"
command: "{{ ansible_env.GOPATH }}/src/github.com/containers/crun/configure --enable-embedded-yajl"
args:
chdir: "{{ ansible_env.GOPATH }}/src/github.com/containers/crun"

Expand Down

0 comments on commit f5412df

Please sign in to comment.