Skip to content

Commit 497ee32

Browse files
committedSep 9, 2021
Auto merge of #88676 - devnexen:fbsd_toolchain_upd, r=Mark-Simulacrum
update of the CI freebsd toolchain adding libproctsta, for the upcoming libc update.
2 parents 02a57fa + ec4a9da commit 497ee32

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)
Please sign in to comment.