Skip to content

Commit

Permalink
Ubuntu 22.10: try libeditreadline-dev instead of libeditline-dev
Browse files Browse the repository at this point in the history
libeditline-dev doesn't seem to be available any more?
  • Loading branch information
qris committed Jan 22, 2023
1 parent 41401f1 commit f866fe5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,11 @@ task:
<<: *standard_gce_instance
image_project: ubuntu-os-cloud
image_name: ubuntu-2210-kinetic-amd64-v20230113
setup_script:
- apt-get update
- apt-get install -y git autoconf automake gcc g++ zlib1g-dev libssl-dev libdb-dev libeditreadline-dev make xsltproc libwww-perl libboost-dev
- useradd -m build
- chown -R build .
setup_script:
- apt-get update
- apt-get install -y git autoconf automake gcc g++ zlib1g-dev libssl-dev libdb-dev libreadline-dev libeditline-dev make xsltproc libwww-perl libboost-dev
Expand Down

0 comments on commit f866fe5

Please sign in to comment.