Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 3 additions & 18 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- '**.rst'

jobs:
linux-x86_64:
linux:
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -18,6 +18,8 @@ jobs:
python-version: '3.13'
- os: ubuntu-24.04
python-version: 'pypy3.10'
- os: ubuntu-24.04-arm
python-version: '3.13'

steps:
- name: Checkout pygit2
Expand All @@ -33,23 +35,6 @@ jobs:
sudo apt install tinyproxy
LIBSSH2_VERSION=1.11.1 LIBGIT2_VERSION=1.9.0 /bin/sh build.sh test

linux-arm64:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Build & test
uses: uraimo/run-on-arch-action@v2
with:
arch: aarch64
distro: ubuntu22.04
install: |
apt-get update -q -y
apt-get install -q -y cmake libssl-dev python3-dev python3-venv wget
run: |
LIBSSH2_VERSION=1.11.1 LIBGIT2_VERSION=1.9.0 /bin/sh build.sh test

linux-s390x:
runs-on: ubuntu-24.04
if: github.ref == 'refs/heads/master'
Expand Down
Loading