Skip to content

Commit cf68528

Browse files
authored
Rollup merge of #91967 - lnicola:freebsd-devstat, r=kennytm
Pull in libdevstat on FreeBSD Similar to #90495, spotted in #91909.
2 parents 35c5247 + 0ec734a commit cf68528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 kvm; do
56+
for lib in c++ c_nonshared compiler_rt execinfo gcc pthread rt ssp_nonshared procstat devstat kvm; do
5757
files_to_extract=("${files_to_extract[@]}" "./usr/lib/lib${lib}.*")
5858
done
5959

0 commit comments

Comments
 (0)