Skip to content

Commit

Permalink
Remove psutil inclusiong for arm64
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Pham <[email protected]>
  • Loading branch information
spham-amzn committed Feb 21, 2024
1 parent ee58c59 commit 517a836
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions package-system/python/docker_build_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -172,12 +172,6 @@ PYTHONNOUSERSITE=1 ./python3 -m pip install setuptools --upgrade setuptools
# Update wheel to resolve https://avd.aquasec.com/nvd/2022/cve-2022-40898/
PYTHONNOUSERSITE=1 ./python3 -m pip install wheel --upgrade wheel

# Install PSUtil for aarch64
if [ "$(uname -m)" = "aarch64" ]
then
LD_LIBRARY_PATH=/data/workspace/build/python/lib PYTHONNOUSERSITE=1 ./python3 -m pip install psutil --upgrade psutil
fi

popd #python/bin

# installing pip causes it to put absolute paths to python
Expand Down

0 comments on commit 517a836

Please sign in to comment.