Skip to content

Commit

Permalink
Cirrus CI: Install CA certificates so configure can find them
Browse files Browse the repository at this point in the history
This is so that the changes in
fb65721 are tested.
  • Loading branch information
petere committed Mar 2, 2022
1 parent fb65721 commit 4073d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ task:
image: debian:oldstable
setup_script:
- apt-get update
- pkgs="autoconf automake libevent-dev libssl-dev libtool make pkg-config"
- pkgs="autoconf automake ca-certificates libevent-dev libssl-dev libtool make pkg-config"
- case $CC in clang) pkgs="$pkgs clang";; esac
- case $CPPFLAGS in *USE_SYSTEMD*) pkgs="$pkgs libsystemd-dev";; esac
- if [ x"$use_scan_build" = x"yes" ]; then pkgs="$pkgs clang-tools"; fi
Expand Down

0 comments on commit 4073d52

Please sign in to comment.