File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5050 -e PYTHON_BINARY=/opt/python/cp37-cp37m/bin/python3.7 \
5151 -v $GITHUB_WORKSPACE:/src \
5252 -v $HOME/.ccache:/ccache \
53- liefproject/manylinux_2_24_x86_64 bash /src/scripts/docker/run_linux_test .sh
53+ liefproject/manylinux_2_24_x86_64 bash /src/scripts/docker/run_linux .sh
5454 - name : Build Python 3.8 wheel
5555 shell : bash
5656 env :
Original file line number Diff line number Diff line change 4545 CCACHE_CPP2 : 1
4646 CCACHE_COMPRESS : 1
4747 run : |
48- python ./setup.py --ninja --lief-test build bdist_wheel --skip-build --plat-name=macosx_${MACOSX_DEPLOYMENT_TARGET}_x86_64
48+ python ./setup.py --ninja build bdist_wheel --skip-build --plat-name=macosx_${MACOSX_DEPLOYMENT_TARGET}_x86_64
4949 - name : Build Python ${{ matrix.python-version }} wheel
5050 shell : bash
5151 if : matrix.python-version != '3.6'
Original file line number Diff line number Diff line change 5555 - name : ⛓ Build Python ${{ matrix.python-version }} & Test
5656 if : matrix.python-version == 3.6
5757 run : |
58- python ./setup.py --ninja --lief-test bdist_wheel
58+ python ./setup.py --ninja bdist_wheel
5959 shell : cmd
6060 - name : ❱ Build Python ${{ matrix.python-version }}
6161 if : matrix.python-version != 3.6
Original file line number Diff line number Diff line change 5454 run : sccache --start-server
5555 - name : ⛓ Build Python ${{ matrix.python-version }} & Test
5656 run : |
57- python ./setup.py --ninja --lief-test bdist_wheel
57+ python ./setup.py --ninja bdist_wheel
5858 shell : cmd
5959 - name : 📊 Print sccache stats
6060 run : sccache --show-stats
Original file line number Diff line number Diff line change 5555 - name : ⛓ Build Python ${{ matrix.python-version }} & Test
5656 if : matrix.python-version == 3.6
5757 run : |
58- python ./setup.py --ninja --lief-test bdist_wheel --plat-name=win32
58+ python ./setup.py --ninja bdist_wheel --plat-name=win32
5959 shell : cmd
6060 - name : ❱ Build Python ${{ matrix.python-version }}
6161 if : matrix.python-version != 3.6
Original file line number Diff line number Diff line change 5454 run : sccache --start-server
5555 - name : ⛓ Build Python ${{ matrix.python-version }} & Test
5656 run : |
57- python ./setup.py --ninja --lief-test bdist_wheel
57+ python ./setup.py --ninja bdist_wheel
5858 shell : cmd
5959 - name : 📊 Print sccache stats
6060 run : sccache --show-stats
You can’t perform that action at this time.
0 commit comments