Skip to content

Commit

Permalink
CI: use fresh libabigail via docker image
Browse files Browse the repository at this point in the history
Reviewed-by: John Kennedy <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: George Melikov <[email protected]>
Closes openzfs#12529
  • Loading branch information
gmelikov authored and tonyhutter committed Nov 13, 2021
1 parent f3c85e3 commit 866ac70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/checkstyle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
run: |
sh ./autogen.sh
./configure
make -j$(nproc)
- name: Checkstyle
run: |
make checkstyle
Expand All @@ -33,12 +34,11 @@ jobs:
- name: CheckABI
id: CheckABI
run: |
make -j$(nproc)
make checkabi
sudo docker run -v $(pwd):/source ghcr.io/openzfs/libabigail make checkabi
- name: StoreABI
if: failure() && steps.CheckABI.outcome == 'failure'
run: |
make storeabi
sudo docker run -v $(pwd):/source ghcr.io/openzfs/libabigail make storeabi
- name: Prepare artifacts
if: failure() && steps.CheckABI.outcome == 'failure'
run: |
Expand Down

0 comments on commit 866ac70

Please sign in to comment.