libffi-dev
This commit is contained in:
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
@@ -17,8 +17,8 @@ jobs:
|
|||||||
- name: Test with newest Python on latest Ubuntu
|
- name: Test with newest Python on latest Ubuntu
|
||||||
run: tox -c pyproject.toml -e py
|
run: tox -c pyproject.toml -e py
|
||||||
|
|
||||||
test-ubuntu-python-32bit:
|
test--python-32bit:
|
||||||
name: Test Ubuntu (Python 3.11 32-bit)
|
name: Test Ubuntu/Alpine (32-bit)
|
||||||
needs: [lint, test-ubuntu-python-newest]
|
needs: [lint, test-ubuntu-python-newest]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
@@ -49,13 +49,13 @@ jobs:
|
|||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v5
|
||||||
- name: Install Python dependencies
|
- name: Install Python dependencies
|
||||||
run: |
|
run: |
|
||||||
apk add py3-pip py3-tox gcc python3-dev libc-dev
|
apk add py3-pip py3-tox gcc python3-dev libc-dev libffi-dev
|
||||||
- name: Test 32-bit
|
- name: Test 32-bit
|
||||||
run: tox -c /__w/Radicale/Radicale/pyproject.toml -e py
|
run: tox -c /__w/Radicale/Radicale/pyproject.toml -e py
|
||||||
|
|
||||||
test-ubuntu-python-oldest:
|
test-ubuntu-python-oldest:
|
||||||
name: Test Ubuntu (latest Python:oldest)
|
name: Test Ubuntu (latest Python:oldest)
|
||||||
needs: [lint, test-ubuntu-python-newest, test-ubuntu-python-32bit]
|
needs: [lint, test-ubuntu-python-newest, test-python-32bit]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user