mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-07 00:05:02 -04:00
add make to java build (ffi requires it)
This commit is contained in:
parent
2f6e54505b
commit
5e028e67f3
@ -3,7 +3,7 @@
|
|||||||
RUBY_PLATFORM=`ruby -e 'puts RUBY_PLATFORM'`
|
RUBY_PLATFORM=`ruby -e 'puts RUBY_PLATFORM'`
|
||||||
|
|
||||||
if [[ "$RUBY_PLATFORM" = "java" ]]; then
|
if [[ "$RUBY_PLATFORM" = "java" ]]; then
|
||||||
apk --update add git bash iptables
|
apk --update add make git bash iptables
|
||||||
elif [[ ${RUBY_VERSION:0:3} = "2.1" ]]; then
|
elif [[ ${RUBY_VERSION:0:3} = "2.1" ]]; then
|
||||||
apk --update add g++ make git bash libsodium iptables
|
apk --update add g++ make git bash libsodium iptables
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user