Skip to content

Commit

Permalink
Update install_centos_dependencies_build.sh to install python3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
NadeemYaseen authored Apr 15, 2024
1 parent 248bc29 commit 366a65a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/install_centos_dependencies_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,11 @@ else
exit 2
fi

wget https://github.com/os-fpga/post_build_artifacts/releases/download/v0.1/python3.8_static_zlib_8march_2023.tar.gz -O python.tar.gz
tar -xzf python.tar.gz
ln -sf python3.8/bin/python3.8 /usr/bin/python3
ln -sf python3.8/include/python3.8 /usr/include/python3.8
cd /usr/lib64/ && ln -sf /python3.8/lib/libpython3.8.* . && cd -
cd /usr/lib64/ && ln -sf /python3.8/lib/python3.8 . && cd -

yum clean all

0 comments on commit 366a65a

Please sign in to comment.