projects
/
qemu-gpiodev
/
libfuse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33e53dc
)
abidiff: Don't warn about added symbols
author
Bernd Schubert
<bernd@bsbernd.com>
Fri, 24 Jan 2025 10:58:44 +0000
(11:58 +0100)
committer
Bernd Schubert
<bernd@bsbernd.com>
Mon, 10 Feb 2025 15:56:45 +0000
(16:56 +0100)
So far we only want it to warn about changed symbols.
Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
.github/workflows/abicheck.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/abicheck.yml
b/.github/workflows/abicheck.yml
index c75d912cf3e46fa0944cf57c3c3b6ae735a5b962..526fb4296c6c843938944afb96e2f85dd2dc456d 100644
(file)
--- a/
.github/workflows/abicheck.yml
+++ b/
.github/workflows/abicheck.yml
@@
-57,7
+57,8
@@
jobs:
meson compile -C build
- name: Run abidiff
- run: abidiff
+ run: abidiff
+ --no-added-syms
--headers-dir1 previous/include/
--headers-dir2 current/include/
previous/build/lib/libfuse3.so