Skip to content

Commit

Permalink
no ldconfig + use gtar
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 authored Nov 21, 2024
1 parent 001c7ae commit a91ab71
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/build_solaris.sh
Original file line number Diff line number Diff line change
Expand Up @@ -372,10 +372,8 @@ if [[ "${DISTRIBUTION}" != "headless" ]]; then
)
fi

ldconfig -i -m -v ${DEPSDIR}/lib

wget --no-verbose -O portable-python-cmake-buildsystem.tar.gz https://github.com/bjia56/portable-python-cmake-buildsystem/tarball/${CMAKE_BUILDSYSTEM_BRANCH}
tar -xf portable-python-cmake-buildsystem.tar.gz
gtar -xf portable-python-cmake-buildsystem.tar.gz
rm *.tar.gz
mv *portable-python-cmake-buildsystem* portable-python-cmake-buildsystem
mkdir python-build
Expand Down

0 comments on commit a91ab71

Please sign in to comment.