Skip to content

Commit f7c7f47

Browse files
committed
Fix build of dartpy in gcc?
1 parent 2707ba2 commit f7c7f47

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

ci/install_dart_latest.sh

-6
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,3 @@ sudo make install
4343
# fi
4444
sudo ldconfig
4545
cd $CI_HOME
46-
47-
# Hack for dartpy installation
48-
python_file=/usr/lib/python3/dist-packages/dartpy.cpython-38-x86_64-linux-gnu.so
49-
if [ -f "$python_file" ]; then
50-
cp $python_file ~/.dart_install/$python_dist_dir
51-
fi

0 commit comments

Comments
 (0)