We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3c85e3 commit 866ac70Copy full SHA for 866ac70
.github/workflows/checkstyle.yaml
@@ -24,6 +24,7 @@ jobs:
24
run: |
25
sh ./autogen.sh
26
./configure
27
+ make -j$(nproc)
28
- name: Checkstyle
29
30
make checkstyle
@@ -33,12 +34,11 @@ jobs:
33
34
- name: CheckABI
35
id: CheckABI
36
- make -j$(nproc)
37
- make checkabi
+ sudo docker run -v $(pwd):/source ghcr.io/openzfs/libabigail make checkabi
38
- name: StoreABI
39
if: failure() && steps.CheckABI.outcome == 'failure'
40
41
- make storeabi
+ sudo docker run -v $(pwd):/source ghcr.io/openzfs/libabigail make storeabi
42
- name: Prepare artifacts
43
44
0 commit comments