Auto merge of #88676 - devnexen:fbsd_toolchain_upd, r=Mark-Simulacrum

update of the CI freebsd toolchain

adding libproctsta, for the upcoming libc update.
This commit is contained in:
bors 2021-09-09 09:21:30 +00:00
commit 497ee321af

View file

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