mirror of
https://github.com/clearml/dropbear
synced 2025-02-07 13:21:15 +00:00
Avoid osx "install" race
This commit is contained in:
parent
103036c546
commit
a453b06168
@ -41,7 +41,9 @@ install:
|
|||||||
script:
|
script:
|
||||||
- autoconf && autoheader && ./configure "$BUNDLEDLIBTOM" CFLAGS="-O2 -Wall -Wno-pointer-sign $WEXTRAFLAGS" --prefix="$HOME/inst"
|
- autoconf && autoheader && ./configure "$BUNDLEDLIBTOM" CFLAGS="-O2 -Wall -Wno-pointer-sign $WEXTRAFLAGS" --prefix="$HOME/inst"
|
||||||
- if [ "$NOWRITEV" = "1" ]; then sed -i -e s/HAVE_WRITEV/DONT_HAVE_WRITEV/ config.h ; fi
|
- if [ "$NOWRITEV" = "1" ]; then sed -i -e s/HAVE_WRITEV/DONT_HAVE_WRITEV/ config.h ; fi
|
||||||
- make -j3 install
|
- make -j3
|
||||||
|
# avoid concurrent install, osx/freebsd is racey (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208093)
|
||||||
|
- make install
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- ~/inst/bin/dropbearkey -t rsa -f testrsa
|
- ~/inst/bin/dropbearkey -t rsa -f testrsa
|
||||||
|
Loading…
Reference in New Issue
Block a user