summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorYuki Okushi <jtitor@2k36.org>2023-04-09 14:56:04 +0900
committerYuki Okushi <jtitor@2k36.org>2023-04-09 14:56:04 +0900
commit32715d27062586ff5f653a4b05ab0864353c5f95 (patch)
tree50ed14a7319aaa4ac0f2e3f921b8c412e1862cee /.cirrus.yml
parent66171ee47ff8db0a39bc44863ceb5893670bdfa6 (diff)
downloadrust-libc-32715d27062586ff5f653a4b05ab0864353c5f95.tar.gz
Install libnghttp2 on all FreeBSD jobs
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
Diffstat (limited to '.cirrus.yml')
-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