Projects STRLCPY LIEF Commits c7b3ce3b
🤬
  • ■ ■ ■ ■
    .github/workflows/linux-x86-64.yml
    skipped 49 lines
    50 50   -e PYTHON_BINARY=/opt/python/cp37-cp37m/bin/python3.7 \
    51 51   -v $GITHUB_WORKSPACE:/src \
    52 52   -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
    54 54   - name: Build Python 3.8 wheel
    55 55   shell: bash
    56 56   env:
    skipped 97 lines
  • ■ ■ ■ ■
    .github/workflows/osx.yml
    skipped 44 lines
    45 45   CCACHE_CPP2: 1
    46 46   CCACHE_COMPRESS: 1
    47 47   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
    49 49   - name: Build Python ${{ matrix.python-version }} wheel
    50 50   shell: bash
    51 51   if: matrix.python-version != '3.6'
    skipped 44 lines
  • ■ ■ ■ ■
    .github/workflows/windows-x64-all.yml
    skipped 54 lines
    55 55   - name: ⛓ Build Python ${{ matrix.python-version }} & Test
    56 56   if: matrix.python-version == 3.6
    57 57   run: |
    58  - python ./setup.py --ninja --lief-test bdist_wheel
     58 + python ./setup.py --ninja bdist_wheel
    59 59   shell: cmd
    60 60   - name: ❱ Build Python ${{ matrix.python-version }}
    61 61   if: matrix.python-version != 3.6
    skipped 56 lines
  • ■ ■ ■ ■
    .github/workflows/windows-x64-quick.yml
    skipped 53 lines
    54 54   run: sccache --start-server
    55 55   - name: ⛓ Build Python ${{ matrix.python-version }} & Test
    56 56   run: |
    57  - python ./setup.py --ninja --lief-test bdist_wheel
     57 + python ./setup.py --ninja bdist_wheel
    58 58   shell: cmd
    59 59   - name: 📊 Print sccache stats
    60 60   run: sccache --show-stats
    skipped 3 lines
  • ■ ■ ■ ■
    .github/workflows/windows-x86-all.yml
    skipped 54 lines
    55 55   - name: ⛓ Build Python ${{ matrix.python-version }} & Test
    56 56   if: matrix.python-version == 3.6
    57 57   run: |
    58  - python ./setup.py --ninja --lief-test bdist_wheel --plat-name=win32
     58 + python ./setup.py --ninja bdist_wheel --plat-name=win32
    59 59   shell: cmd
    60 60   - name: ❱ Build Python ${{ matrix.python-version }}
    61 61   if: matrix.python-version != 3.6
    skipped 56 lines
  • ■ ■ ■ ■
    .github/workflows/windows-x86-quick.yml
    skipped 53 lines
    54 54   run: sccache --start-server
    55 55   - name: ⛓ Build Python ${{ matrix.python-version }} & Test
    56 56   run: |
    57  - python ./setup.py --ninja --lief-test bdist_wheel
     57 + python ./setup.py --ninja bdist_wheel
    58 58   shell: cmd
    59 59   - name: 📊 Print sccache stats
    60 60   run: sccache --show-stats
    skipped 3 lines
Please wait...
Page is in error, reload to recover