Skip to content

Commit

Permalink
updating to jupedsim 1.0.5 and fixing wheel path #3
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Dec 8, 2023
1 parent 000edbf commit 43703cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
matrix:
build_type: [full, minimal]
compiler: [gcc, clang]
jps_version: ['v1.0.4']
jps_version: ['v1.0.5']
# include:
# - build_type: full
# jps_version: master
Expand Down
5 changes: 2 additions & 3 deletions tools/build_config/dailyUpdateMakeGCC.sh
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ if test ${FILEPREFIX: -2} == "M1"; then
fi
# Linux x64 wheels
if test ${FILEPREFIX} == "gcc4_64"; then
mv dist dist_native # just as backup
docker run --rm -v $PWD:/opt/sumo --workdir /opt/sumo manylinux2014_x64 tools/build_config/build_wheels.sh $HTTPS_PROXY v1.0.4 > $WHEELLOG 2>&1
cp build_config/$FILEPREFIX/*.whl wheelhouse
docker run --rm -v $PWD:/opt/sumo --workdir /opt/sumo manylinux2014_x64 tools/build_config/build_wheels.sh $HTTPS_PROXY v1.0.5 > $WHEELLOG 2>&1
cp build/$FILEPREFIX/*.whl wheelhouse
fi

0 comments on commit 43703cf

Please sign in to comment.