Skip to content

backends/eopkg: Adjust percentage callbacks for eopkg v5.0.0 #35

backends/eopkg: Adjust percentage callbacks for eopkg v5.0.0

backends/eopkg: Adjust percentage callbacks for eopkg v5.0.0 #35

Workflow file for this run

name: Check ABI
on: [push, pull_request]
permissions:
contents: read
env:
LAST_ABI_BREAK: 931102d676f8f358880984156ac7ba3039f75523
jobs:
check-abi:
name: Check ABI
runs-on: ubuntu-latest
steps:
- name: Get this version
uses: actions/checkout@v7
- name: Get version from last ABI break
uses: actions/checkout@v7
with:
ref: ${{ env.LAST_ABI_BREAK }}
path: original-version
- name: Create Build Environment
run: podman build -t packagekit-debian -f tests/ci/Dockerfile-debian
- name: Build & Test
run: podman run -t -v `pwd`:/build packagekit-debian
./tests/ci/check-abi.sh -Dpackaging_backend=apt