Skip to content

Commit 658ae5d

Browse files
committed
abi-compat: re-generate 1.1 ABI on Noble
1 parent ac8f993 commit 658ae5d

File tree

4 files changed

+4992
-4674
lines changed

4 files changed

+4992
-4674
lines changed

.github/workflows/build-abi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ jobs:
4343
# Abigail ABI checker
4444
- name: Check ABI compatibility
4545
run: |
46-
abidiff abi-compat/jammy_1.0.xml _build/src/libnetplan.so.1 --headers-dir2 include/ --header-file2 src/abi.h --suppressions abi-compat/suppressions.abignore --no-added-syms
46+
abidiff abi-compat/noble_1.1.xml _build/src/libnetplan.so.1 --headers-dir2 include/ --header-file2 src/abi.h --suppressions abi-compat/suppressions.abignore --no-added-syms

abi-compat/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ The `abidw` tool can be used to generate an ABI XML like this:
66
```
77
meson setup _build --prefix=/usr
88
meson compile -C _build
9-
abidw _build/src/libnetplan.so.1 --headers-dir include/ --header-file src/abi.h > abi-compat/jammy_1.0.xml
9+
abidw _build/src/libnetplan.so.1 --headers-dir include/ --header-file src/abi.h > abi-compat/noble_1.1.xml
1010
```
1111

1212
## HowTo compare a ABI
1313
The `abidiff` tool can be used to compare a new library ABI to an existing XML
1414
reference like this (also, see .github/workflows/build-abi.yml):
1515
```
16-
abidiff abi-compat/jammy_1.0.xml _build/src/libnetplan.so.1 --headers-dir2 include/ --header-file2 src/abi.h --suppressions abi-compat/suppressions.abignore --no-added-syms
16+
abidiff abi-compat/noble_1.1.xml _build/src/libnetplan.so.1 --headers-dir2 include/ --header-file2 src/abi.h --suppressions abi-compat/suppressions.abignore --no-added-syms
1717
```

0 commit comments

Comments
 (0)