mirror of
https://github.com/libevent/libevent.git
synced 2025-01-31 09:12:55 +08:00
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 (cherry picked from commit 448a478a98ae7797c1d1a5f1463c02f1b09982f2)
This commit is contained in:
parent
709210d457
commit
2af1f6cc2d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user