Fix Rust build on FreeBSD with Cirrus CI

This commit is contained in:
Alex Kotov 2022-02-01 08:27:53 +05:00
parent 041027ddbe
commit 8c2c865d46
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 3 additions and 0 deletions

View File

@ -58,6 +58,9 @@ ruby_freebsd_task:
rust_freebsd_task:
name: Rust (FreeBSD)
env:
# FIXME: temporary hack to fix FreeBSD build
RUSTFLAGS: '-L /usr/local/lib'
dependencies_script:
- pkg install --yes autoconf automake
dependencies_rust_script: