Skip to content

Commit

Permalink
abi-check: abi-monitor 1.10 does not support -make -j8 (1.12 supports…
Browse files Browse the repository at this point in the history
  • Loading branch information
azat committed May 5, 2020
1 parent f3e911e commit 448a478
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions extra/abi-check/abi_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 448a478

Please sign in to comment.