Skip to content
This repository has been archived by the owner on Jan 12, 2023. It is now read-only.

Commit

Permalink
Exclude /usr/lib64/libstd-* from toolchain
Browse files Browse the repository at this point in the history
These are hard links to the rust standard library on M89.
  • Loading branch information
rkolchmeyer committed Jul 15, 2021
1 parent 9e34661 commit 208c8a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cos-gpu-installer-docker/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ install_cross_toolchain_pkg() {
--exclude='./usr/lib64/rustlib*' \
--exclude='./lib/librustc*' \
--exclude='./usr/lib64/librustc*' \
--exclude='./usr/lib64/libstd-*' \
--exclude='./lib/libstd-*'
rm "${pkg_name}"
popd
Expand Down

0 comments on commit 208c8a7

Please sign in to comment.