Skip to content

Commit 18bc4be

Browse files
committed
Auto merge of #90495 - lnicola:freebsd-kvm, r=Mark-Simulacrum
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.
2 parents c3190c1 + ee3b466 commit 18bc4be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/ci/docker/scripts/freebsd-toolchain.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ files_to_extract=(
5353
for lib in c cxxrt gcc_s m thr util; do
5454
files_to_extract=("${files_to_extract[@]}" "./lib/lib${lib}.*" "./usr/lib/lib${lib}.*")
5555
done
56-
for lib in c++ c_nonshared compiler_rt execinfo gcc pthread rt ssp_nonshared procstat; do
56+
for lib in c++ c_nonshared compiler_rt execinfo gcc pthread rt ssp_nonshared procstat kvm; do
5757
files_to_extract=("${files_to_extract[@]}" "./usr/lib/lib${lib}.*")
5858
done
5959

0 commit comments

Comments
 (0)