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 3937dbf commit 6484692Copy full SHA for 6484692
.github/workflows/regen-abidump.sh
@@ -0,0 +1,8 @@
1
+set -ex
2
+
3
+export DEBIAN_FRONTEND=noninteractive
4
+./.github/workflows/posix-deps-apt.sh
5
+apt-get install -yq abigail-tools python3
6
+export CFLAGS="-g3 -O0"
7
+./configure --enable-shared && make
8
+make regen-abidump
0 commit comments