Commit Graph

27 Commits

Author SHA1 Message Date
Taro L. Saito 3c67a7b51c
ppc64-le (Fix): Use an LTS-version of cross-compiler for Linux ppc64-le (#516)
* ppc64-le (Fix): Use an LTS-version of cross-compiler for Linux ppc64-le

* Update native libraries for 4764a47e75 (#517)

Co-authored-by: xerial <xerial@users.noreply.github.com>

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: xerial <xerial@users.noreply.github.com>
2023-09-26 09:59:36 -07:00
Sudip Roy ee96b64c7d
Feature: Add Windows arm64 support (#511)
* add arm64 support

* update Makefile
2023-09-26 09:14:40 -07:00
Vinesh Chemmala Paul 0016fed5b4
Fix GLIBC_2.32 not found error on IBM PowerPC LE RedHat 8.6 OS (required by /libsnappyjava.so) #512 (#515)
Co-authored-by: Vinesh Chemmala Paul <vpaul@cloudera.com>
2023-09-26 09:11:49 -07:00
Kun Lu de674f6d73
Fix the `GLIBC_2.32' not found issue on s390x (#481)
Signed-off-by: Kun-Lu <kun.lu@ibm.com>
2023-07-21 10:16:52 -07:00
Taro L. Saito fd504023f1
Feature: Android arm64 support (#442)
* Feature: Support Linux android-arm64(aarch64)

* Add dockcross script

* Add native lib

* Add --no-cache for CI

* Revert "Add --no-cache for CI"

This reverts commit 0f2f05ba8e.

* Add docker clean process

* Update native libraries

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-05-23 15:05:31 -07:00
Taro L. Saito ad2e2d7378
Feature: Use LTS cross-compiler for Linux armv6/armv7 to use glibc 2.28 (#440)
* Feature: Use LTS cross-compiler for Linux armv6/armv7 to use glibc 2.28

* Use softfp for armv7

* Fix armv6 config

* Update native libraries

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-05-23 13:20:44 -07:00
Taro L. Saito 86ebb48261
Add a new native lib for Linux-arm (#436)
* use lts image for glibc compatibility

fixes #417

* Update dockcross-aarch64

* Update native libraries

---------

Co-authored-by: NersesAM <1935500+NersesAM@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-05-23 10:19:22 -07:00
Sudip Roy 027c0c2703
add s390x support (#416) 2023-05-16 11:00:50 -07:00
Ludovic Henry 3c74e292ab
Add Linux-riscv64 support (#396) 2023-02-15 01:24:42 -08:00
Taro L. Saito cecbb0d1e2
Build native library for Snappy 1.1.9 (#380)
* Fix dependency

* Add checkout step

* Remove tty option

* Fix compiler prefixes

* Fix arm compiler names

* Reorder for debug

* Fix

* Update dockcross-arm-android

* Remove system include

* Fix strip path

* Update native libraries

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-01-27 23:54:10 -08:00
Taro L. Saito 9532de9459
Fixes #257: Use a patched version of crossbuild Docker image for mac64 target (#264) 2020-10-22 14:28:39 -07:00
Taro L. Saito 1fba891de8 Fix arm64 build 2020-10-20 17:52:53 -07:00
Masatake Iwasaki 150083ca57
Using latest multiarch/crossbuild since we need cmake 3.1 or higher for building snappy 1.1.7. (#261) 2020-10-20 10:02:39 -07:00
Taro L. Saito 2f38b2eae6 Add makefile for building centos5 docker image 2017-12-01 14:10:24 -08:00
Taro L. Saito 6b2384d65c centos5 cannot use cmake3, so provide pre-configured header files instead 2017-11-30 16:39:16 -08:00
Taro L. Saito 64e9238f6c Need to have C++11 supported g++ to build cmake 2017-11-30 15:00:12 -08:00
Taro L. Saito abb3700425 fBuild the latest cmake-3.10 for linux docker image 2017-11-30 14:51:46 -08:00
Taro L. Saito 1351428198 centos5 is nor EOL. Update Dockerfile to use a new mirror and add cmake to build linux binaries 2017-11-30 14:43:57 -08:00
Taro L. Saito e20494cfb2 Remove ppc64. Rebuild ppc64le 2017-02-14 22:26:06 -08:00
Taro L. Saito 3497e732ce #168: Add ppc64 target 2017-02-14 08:20:08 -08:00
Taro L. Saito ee4d27b16b #168: Rename dockcross script name 2017-02-14 07:48:33 -08:00
xerial 47c05acd8a Install curl inside the docker image 2017-01-19 18:37:44 -08:00
xerial fc1de99c3a Add linu32 linu64 targets 2017-01-19 16:48:28 -08:00
xerial 7e8346ba3c Rebuilt windows images 2017-01-19 14:15:59 -08:00
xerial f9ec0da1cb Add dokerfile template for g++ for linux 2017-01-19 10:52:20 -08:00
xerial 7d9da23d40 Fix build scripts 2017-01-19 10:51:35 -08:00
xerial a1e701c8fa Add win cross compiler 2017-01-19 10:12:34 -08:00