Skip to content

Commit

Permalink
Rollup merge of rust-lang#91967 - lnicola:freebsd-devstat, r=kennytm
Browse files Browse the repository at this point in the history
Pull in libdevstat on FreeBSD

Similar to rust-lang#90495, spotted in rust-lang#91909.
  • Loading branch information
matthiaskrgr committed Dec 16, 2021
2 parents b742594 + 0ec734a commit 355ed98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ci/docker/scripts/freebsd-toolchain.sh
Original file line number Diff line number Diff line change
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 kvm; do
for lib in c++ c_nonshared compiler_rt execinfo gcc pthread rt ssp_nonshared procstat devstat kvm; do
files_to_extract=("${files_to_extract[@]}" "./usr/lib/lib${lib}.*")
done

Expand Down

0 comments on commit 355ed98

Please sign in to comment.