diff --git a/.github/workflows/linux-x86-64.yml b/.github/workflows/linux-x86-64.yml index be5aba4248..4b98112bbe 100644 --- a/.github/workflows/linux-x86-64.yml +++ b/.github/workflows/linux-x86-64.yml @@ -50,7 +50,7 @@ jobs: -e PYTHON_BINARY=/opt/python/cp37-cp37m/bin/python3.7 \ -v $GITHUB_WORKSPACE:/src \ -v $HOME/.ccache:/ccache \ - liefproject/manylinux_2_24_x86_64 bash /src/scripts/docker/run_linux_test.sh + liefproject/manylinux_2_24_x86_64 bash /src/scripts/docker/run_linux.sh - name: Build Python 3.8 wheel shell: bash env: diff --git a/.github/workflows/osx.yml b/.github/workflows/osx.yml index 48428441e8..47169fae61 100644 --- a/.github/workflows/osx.yml +++ b/.github/workflows/osx.yml @@ -45,7 +45,7 @@ jobs: CCACHE_CPP2: 1 CCACHE_COMPRESS: 1 run: | - python ./setup.py --ninja --lief-test build bdist_wheel --skip-build --plat-name=macosx_${MACOSX_DEPLOYMENT_TARGET}_x86_64 + python ./setup.py --ninja build bdist_wheel --skip-build --plat-name=macosx_${MACOSX_DEPLOYMENT_TARGET}_x86_64 - name: Build Python ${{ matrix.python-version }} wheel shell: bash if: matrix.python-version != '3.6' diff --git a/.github/workflows/windows-x64-all.yml b/.github/workflows/windows-x64-all.yml index 6925128663..e9036c2674 100644 --- a/.github/workflows/windows-x64-all.yml +++ b/.github/workflows/windows-x64-all.yml @@ -55,7 +55,7 @@ jobs: - name: ⛓ Build Python ${{ matrix.python-version }} & Test if: matrix.python-version == 3.6 run: | - python ./setup.py --ninja --lief-test bdist_wheel + python ./setup.py --ninja bdist_wheel shell: cmd - name: ❱ Build Python ${{ matrix.python-version }} if: matrix.python-version != 3.6 diff --git a/.github/workflows/windows-x64-quick.yml b/.github/workflows/windows-x64-quick.yml index 470c49ada9..0272506a5d 100644 --- a/.github/workflows/windows-x64-quick.yml +++ b/.github/workflows/windows-x64-quick.yml @@ -54,7 +54,7 @@ jobs: run: sccache --start-server - name: ⛓ Build Python ${{ matrix.python-version }} & Test run: | - python ./setup.py --ninja --lief-test bdist_wheel + python ./setup.py --ninja bdist_wheel shell: cmd - name: 📊 Print sccache stats run: sccache --show-stats diff --git a/.github/workflows/windows-x86-all.yml b/.github/workflows/windows-x86-all.yml index c68581a9df..aefecdd838 100644 --- a/.github/workflows/windows-x86-all.yml +++ b/.github/workflows/windows-x86-all.yml @@ -55,7 +55,7 @@ jobs: - name: ⛓ Build Python ${{ matrix.python-version }} & Test if: matrix.python-version == 3.6 run: | - python ./setup.py --ninja --lief-test bdist_wheel --plat-name=win32 + python ./setup.py --ninja bdist_wheel --plat-name=win32 shell: cmd - name: ❱ Build Python ${{ matrix.python-version }} if: matrix.python-version != 3.6 diff --git a/.github/workflows/windows-x86-quick.yml b/.github/workflows/windows-x86-quick.yml index 4f52cd8410..8057c75825 100644 --- a/.github/workflows/windows-x86-quick.yml +++ b/.github/workflows/windows-x86-quick.yml @@ -54,7 +54,7 @@ jobs: run: sccache --start-server - name: ⛓ Build Python ${{ matrix.python-version }} & Test run: | - python ./setup.py --ninja --lief-test bdist_wheel + python ./setup.py --ninja bdist_wheel shell: cmd - name: 📊 Print sccache stats run: sccache --show-stats