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:
parent
a9655fc2bd
commit
d510924520
|
@ -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: |
|
||||||
|
|
Loading…
Reference in New Issue