CI: use fresh libabigail via docker image

Reviewed-by: John Kennedy <john.kennedy@delphix.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: George Melikov <mail@gmelikov.ru>
Closes #12529
This commit is contained in:
George Melikov 2021-08-31 20:53:12 +03:00 committed by Tony Hutter
parent 004e7d3f9a
commit 993d4b28af
1 changed files with 2 additions and 2 deletions

View File

@ -34,11 +34,11 @@ jobs:
- name: CheckABI - name: CheckABI
id: CheckABI id: CheckABI
run: | run: |
make checkabi sudo docker run -v $(pwd):/source ghcr.io/openzfs/libabigail make checkabi
- name: StoreABI - name: StoreABI
if: failure() && steps.CheckABI.outcome == 'failure' if: failure() && steps.CheckABI.outcome == 'failure'
run: | run: |
make storeabi sudo docker run -v $(pwd):/source ghcr.io/openzfs/libabigail make storeabi
- name: Prepare artifacts - name: Prepare artifacts
if: failure() && steps.CheckABI.outcome == 'failure' if: failure() && steps.CheckABI.outcome == 'failure'
run: | run: |