Skip to content

Commit

Permalink
Auto merge of #90495 - lnicola:freebsd-kvm, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
Pull in `libkvm` on FreeBSD

This is needed when updating `libc` after rust-lang/libc#2451.

Spotted in #90464 where it caused `rust-analyzer` to fail to link.

Similar to #88676.
  • Loading branch information
bors committed Nov 2, 2021
2 parents c3190c1 + ee3b466 commit 18bc4be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ci/docker/scripts/freebsd-toolchain.sh
Expand Up @@ -53,7 +53,7 @@ files_to_extract=(
for lib in c cxxrt gcc_s m thr util; do
files_to_extract=("${files_to_extract[@]}" "./lib/lib${lib}.*" "./usr/lib/lib${lib}.*")
done
for lib in c++ c_nonshared compiler_rt execinfo gcc pthread rt ssp_nonshared procstat; do
for lib in c++ c_nonshared compiler_rt execinfo gcc pthread rt ssp_nonshared procstat kvm; do
files_to_extract=("${files_to_extract[@]}" "./usr/lib/lib${lib}.*")
done

Expand Down

0 comments on commit 18bc4be

Please sign in to comment.