Skip to content

Commit

Permalink
Generalise tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nazq committed Jun 19, 2024
1 parent 2d0efd6 commit 8716d2a
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,6 @@ jobs:
sccache: 'true'
before-script-linux: |
yum install -y openssl-devel
find /usr -name "ssl.h"
echo env
env:
OPENSSL_DIR: /etc/pki/tls
OPENSSL_LIB_DIR: /lib64
Expand Down Expand Up @@ -185,6 +183,9 @@ jobs:
manylinux: "auto"
args: --release --locked -j $(nproc) -i python${{ matrix.python-versions }} --out dist
sccache: 'true'
before-script-linux: |
yum install -y openssl-devel
- uses: uraimo/run-on-arch-action@v2
if: matrix.target == 'aarch64-unknown-linux-gnu'
Expand Down Expand Up @@ -247,7 +248,9 @@ jobs:
manylinux: "auto"
args: --release --locked -j $(nproc) -i python${{ matrix.python-versions }} --out dist
sccache: 'true'

before-script-linux: |
yum install -y openssl-devel
- uses: uraimo/run-on-arch-action@v2
if: false
name: Integration test artifact
Expand Down Expand Up @@ -311,7 +314,9 @@ jobs:
manylinux: "auto"
args: --release --locked -j $(nproc) -i python${{ matrix.python-versions }} --out dist
sccache: 'true'

before-script-linux: |
yum install -y openssl-devel
- uses: uraimo/run-on-arch-action@v2
if: false
name: Integration test artifact
Expand Down Expand Up @@ -398,6 +403,8 @@ jobs:
manylinux: musllinux_1_1
args: --release -j $(nproc) -i python${{ matrix.python-versions }} --out dist
sccache: 'false'
before-script-linux: |
yum install -y openssl-devel
- name: list dist files
run: |
Expand Down

0 comments on commit 8716d2a

Please sign in to comment.