Skip to content

Commit c7b3ce3

Browse files
committed
Disable tests
1 parent cf439c1 commit c7b3ce3

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/linux-x86-64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
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:

.github/workflows/osx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
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'

.github/workflows/windows-x64-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
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

.github/workflows/windows-x64-quick.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
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

.github/workflows/windows-x86-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
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

.github/workflows/windows-x86-quick.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
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

0 commit comments

Comments
 (0)