Skip to content

Commit

Permalink
permissions for cleanup #3
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Oct 31, 2023
1 parent 51acc1d commit d2b4eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build/build_wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ fi
mkdir -p $HOME/.ccache
echo "hash_dir = false" >> $HOME/.ccache/ccache.conf
echo "base_dir = $PWD/_skbuild/linux-x86_64-3.8" >> $HOME/.ccache/ccache.conf
rm -rf _skbuild
cp build/pyproject.toml .
py=/opt/python/cp38-cp38
$py/bin/python tools/build/version.py tools/build/setup-sumo.py ./setup.py
Expand All @@ -63,3 +62,4 @@ for py in /opt/python/cp3[1789]*; do
done
rm -rf tools/*.egg-info tools/build/bdist* tools/build/*.egg-info tools/build/lib* tools/libsumo/data pyproject.toml
chmod 777 dist wheelhouse
chmod -R a+w _skbuild

0 comments on commit d2b4eb5

Please sign in to comment.