chore: remove macos workaround for linking runtimelib

This commit is contained in:
youben11
2022-04-04 09:26:42 +01:00
committed by Ayoub Benaissa
parent ec7d1232f1
commit 01f6a334ff
3 changed files with 4 additions and 16 deletions

View File

@@ -229,7 +229,9 @@ jobs:
echo "Debug: ccache statistics (prior to the tests):"
ccache -s
export CONCRETE_PROJECT=${{ github.workspace }}/concrete
make install_runtime_lib
pip3 wheel --no-deps -w ${{ github.workspace }}/wheels .
delocate-wheel -v `find ${{ github.workspace }}/wheels/ -name *macosx*.whl`
pip3 install `find ${{ github.workspace }}/wheels/ -name *macosx*.whl`
make test
echo "Debug: ccache statistics (after the tests):"
ccache -s