summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorAzat Khuzhin <azat@libevent.org>2020-05-06 02:40:49 +0300
committerAzat Khuzhin <azat@libevent.org>2020-05-06 02:45:26 +0300
commit448a478a98ae7797c1d1a5f1463c02f1b09982f2 (patch)
treebf3f32b32ce3f74b01c764b3405342e937ee8ad3 /extra
parentf3e911ed9e0fa5e2f534bbb49b489c1e1908a6c3 (diff)
downloadlibevent-448a478a98ae7797c1d1a5f1463c02f1b09982f2.tar.gz
abi-check: abi-monitor 1.10 does not support -make -j8 (1.12 supports though)
An error for 1.10 on ci: https://github.com/azat/libevent/runs/647860649?check_suite_focus=true#step:4:219
Diffstat (limited to 'extra')
-rwxr-xr-xextra/abi-check/abi_check.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/extra/abi-check/abi_check.sh b/extra/abi-check/abi_check.sh
index 7089a303..e860657e 100755
--- a/extra/abi-check/abi_check.sh
+++ b/extra/abi-check/abi_check.sh
@@ -43,8 +43,10 @@ mkdir -p installed/libevent/current
# run LVC tools
abi-monitor -get -limit "$LIMIT" libevent.json
-abi-monitor -make -j8 -v current -build libevent.json
-abi-monitor -make -j8 -build libevent.json
+# XXX: abi-monitor 1.12 supports "-make -j8", but 1.10 does not
+# (we can detect which version we have, and add this options)
+abi-monitor -v current -build libevent.json
+abi-monitor -build libevent.json
abi-tracker -build libevent.json
# remove useless files