Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ centos5-image:
# docker push xerial/centos5-linux-x86_64:latest

multiarch-crossbuild-image:
docker build https://github.com/iwasakims/crossbuild.git#fix-osxcross-cmake -t xerial/crossbuild:latest
docker build https://github.com/kmturley/crossbuild.git -t xerial/crossbuild:latest
2 changes: 1 addition & 1 deletion src/main/resources/org/xerial/snappy/VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SNAPPY_VERSION=1.1.10
SNAPPY_VERSION=1.2.2
BITSHUFFLE_VERSION=0.3.4
Loading