Skip to content

Commit

Permalink
Switch to rockylinux:9
Browse files Browse the repository at this point in the history
Change rockylinux docker image to rockylinux:9 following
deprecation of rockylinux:latest.

Add perl-FindBin to installation list, as it's now in its own
package.

Also remove ncurses from both Rocky Linux and Ubuntu install
scripts.  Presumably it had been cut & pasted from samtools, it's
not needed for bcftools.
  • Loading branch information
daviesrob committed Aug 3, 2022
1 parent b35d0c0 commit c55b841
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ ubuntu_task:
apt-get install -y --no-install-suggests --no-install-recommends \
ca-certificates clang git autoconf automake \
make zlib1g-dev libbz2-dev liblzma-dev libcurl4-gnutls-dev \
libssl-dev libdeflate-dev libncurses5-dev
libssl-dev libdeflate-dev
<< : *COMPILE
<< : *TEST
Expand All @@ -113,7 +113,7 @@ ubuntu_task:
rockylinux_task:
name: rockylinux-gcc
container:
image: rockylinux:latest
image: rockylinux:9
cpu: 2
memory: 1G

Expand All @@ -126,8 +126,8 @@ rockylinux_task:
# NB: we could consider building a docker image with these
# preinstalled and specifying that instead, to speed up testing.
install_script: |
yum install -y autoconf automake make gcc perl-Data-Dumper zlib-devel \
bzip2 bzip2-devel xz-devel curl-devel openssl-devel ncurses-devel \
yum install -y autoconf automake make gcc perl-Data-Dumper perl-FindBin \
zlib-devel bzip2 bzip2-devel xz-devel curl-devel openssl-devel \
git diffutils
<< : *COMPILE
Expand Down

0 comments on commit c55b841

Please sign in to comment.