Skip to content

Commit c2b2d3d

Browse files
committed
actions UPDATE remove ABI check
It is not reliable, anyway.
1 parent e4d32c3 commit c2b2d3d

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -85,17 +85,6 @@ jobs:
8585
snaps: "",
8686
build-cmd: "make"
8787
}
88-
- {
89-
name: "ABI Check",
90-
os: "ubuntu-22.04",
91-
build-type: "ABICheck",
92-
cc: "gcc",
93-
options: "",
94-
packager: "sudo apt-get",
95-
packages: "libcmocka-dev libxxhash-dev abi-dumper abi-compliance-checker",
96-
snaps: "core universal-ctags",
97-
build-cmd: "make abi-check"
98-
}
9988
- {
10089
name: "DEB Package",
10190
os: "ubuntu-22.04",

0 commit comments

Comments
 (0)