Skip to content

Commit ec4a9da

Browse files
committed
update of the CI freebsd toolchain
adding libproctsta, for the upcoming libc update.
1 parent 72969f6 commit ec4a9da

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

0 commit comments

Comments
 (0)