mirror of
https://github.com/rust-lang/rust
synced 2024-11-02 13:50:48 +00:00
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:
commit
497ee321af
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue