mirror of
https://github.com/xerial/snappy-java.git
synced 2025-04-08 19:35:08 +02:00
Using latest multiarch/crossbuild since we need cmake 3.1 or higher for building snappy 1.1.7. (#261)
This commit is contained in:
parent
a1f6977faa
commit
150083ca57
2
Makefile
2
Makefile
@ -173,7 +173,7 @@ mac32: jni-header
|
||||
$(MAKE) native OS_NAME=Mac OS_ARCH=x86
|
||||
|
||||
mac64: jni-header
|
||||
docker run -it $(DOCKER_RUN_OPTS) -v $$PWD:/workdir -e CROSS_TRIPLE=x86_64-apple-darwin multiarch/crossbuild make clean-native native OS_NAME=Mac OS_ARCH=x86_64
|
||||
docker run -it $(DOCKER_RUN_OPTS) -v $$PWD:/workdir -e CROSS_TRIPLE=x86_64-apple-darwin xerial/crossbuild make clean-native native OS_NAME=Mac OS_ARCH=x86_64
|
||||
|
||||
linux32: jni-header
|
||||
docker run $(DOCKER_RUN_OPTS) -ti -v $$PWD:/work xerial/centos5-linux-x86_64-pic bash -c 'make clean-native native-nocmake OS_NAME=Linux OS_ARCH=x86'
|
||||
|
@ -4,3 +4,6 @@ centos5-image:
|
||||
# dockerhub login
|
||||
# docker login --username=xerial
|
||||
# docker push xerial/centos5-linux-x86_64:latest
|
||||
|
||||
multiarch-crossbuild-image:
|
||||
docker build https://github.com/multiarch/crossbuild.git -t xerial/crossbuild:latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user