Skip to content

Commit

Permalink
Auto merge of #88676 - devnexen:fbsd_toolchain_upd, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
update of the CI freebsd toolchain

adding libproctsta, for the upcoming libc update.
  • Loading branch information
bors committed Sep 9, 2021
2 parents 02a57fa + ec4a9da commit 497ee32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ci/docker/scripts/freebsd-toolchain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 497ee32

Please sign in to comment.