Skip to content

Commit 866ac70

Browse files
gmelikovtonyhutter
authored andcommitted
CI: use fresh libabigail via docker image
Reviewed-by: John Kennedy <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: George Melikov <[email protected]> Closes openzfs#12529
1 parent f3c85e3 commit 866ac70

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/checkstyle.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
run: |
2525
sh ./autogen.sh
2626
./configure
27+
make -j$(nproc)
2728
- name: Checkstyle
2829
run: |
2930
make checkstyle
@@ -33,12 +34,11 @@ jobs:
3334
- name: CheckABI
3435
id: CheckABI
3536
run: |
36-
make -j$(nproc)
37-
make checkabi
37+
sudo docker run -v $(pwd):/source ghcr.io/openzfs/libabigail make checkabi
3838
- name: StoreABI
3939
if: failure() && steps.CheckABI.outcome == 'failure'
4040
run: |
41-
make storeabi
41+
sudo docker run -v $(pwd):/source ghcr.io/openzfs/libabigail make storeabi
4242
- name: Prepare artifacts
4343
if: failure() && steps.CheckABI.outcome == 'failure'
4444
run: |

0 commit comments

Comments
 (0)