Skip to content

Commit

Permalink
Disable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
romainthomas committed Apr 8, 2022
1 parent cf439c1 commit c7b3ce3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux-x86-64.yml
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/osx.yml
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-x64-all.yml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-x64-quick.yml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-x86-all.yml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-x86-quick.yml
Expand Up @@ -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
Expand Down

0 comments on commit c7b3ce3

Please sign in to comment.