From 740d2eeba6905399c2e660224019bf962a8f39cd Mon Sep 17 00:00:00 2001 From: arvidn Date: Thu, 24 Aug 2023 08:10:30 +0200 Subject: [PATCH] update FreeBSD dependency on boost_build to boost-build --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 0ca696ec2b8..fc6fb988cd0 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -4,7 +4,7 @@ freebsd_instance: task: install_script: | IGNORE_OSVERSION=yes pkg update - pkg install -U -y git boost_build boost-libs unzip wget openssl cmake ninja + pkg install -U -y git boost-build boost-libs unzip wget openssl cmake ninja echo "using clang ;" > ~/user-config.jam submodules_script: | git submodule update --init --recursive