summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-04-09 14:07:10 +0000
committerbors <bors@rust-lang.org>2023-04-09 14:07:10 +0000
commit2d2d74ce7059725f5c07aa0bf292cceef42de307 (patch)
tree50ed14a7319aaa4ac0f2e3f921b8c412e1862cee
parent66171ee47ff8db0a39bc44863ceb5893670bdfa6 (diff)
parent32715d27062586ff5f653a4b05ab0864353c5f95 (diff)
downloadrust-libc-2d2d74ce7059725f5c07aa0bf292cceef42de307.tar.gz
Auto merge of #3192 - JohnTitor:libnghttp2-on-other-freebsds, r=JohnTitor
Install libnghttp2 on all FreeBSD jobs
-rw-r--r--.cirrus.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index fb152bab0f..f262e22339 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -3,7 +3,7 @@ task:
freebsd_instance:
image_family: freebsd-12-4
setup_script:
- - pkg install -y curl
+ - pkg install -y libnghttp2 curl
- curl https://sh.rustup.rs -sSf --output rustup.sh
- sh rustup.sh --default-toolchain nightly -y --profile=minimal
- . $HOME/.cargo/env
@@ -17,7 +17,7 @@ task:
freebsd_instance:
image_family: freebsd-13-1
setup_script:
- - pkg install -y curl
+ - pkg install -y libnghttp2 curl
- curl https://sh.rustup.rs -sSf --output rustup.sh
- sh rustup.sh -y --default-toolchain nightly --profile=minimal
- . $HOME/.cargo/env