Skip to content

Commit

Permalink
ubuntu 16.04 and gcc 4.9 build fix (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
kotbegemot authored Jun 23, 2024
1 parent c3a292f commit 4f37b76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu_gcc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,4 @@ jobs:

- name: Analyze dependencies
working-directory: build
run: ldd bin/dataflow
run: ldd bin/dataflow
2 changes: 1 addition & 1 deletion docker/gcc/pyinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if [[ $UBUNTU_CODENAME == "xenial" ]]; then
apt update && apt-get install -y \
python3.7 python3.7-dev

wget https://bootstrap.pypa.io/get-pip.py && python3.7 get-pip.py
wget https://bootstrap.pypa.io/pip/3.7/get-pip.py && python3.7 get-pip.py

rm -rf /usr/local/bin/python3 && ln -s /usr/bin/python3.7 /usr/local/bin/python3
rm -rf /usr/local/bin/pip3 && ln -s /usr/local/bin/pip /usr/local/bin/pip3
Expand Down

0 comments on commit 4f37b76

Please sign in to comment.