update of the CI freebsd toolchain

adding libproctsta, for the upcoming libc update.
This commit is contained in:
David Carlier 2021-09-05 22:25:37 +01:00
parent 72969f6526
commit ec4a9da868

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