Commit Graph

812 Commits

Author SHA1 Message Date
Matt McCormick
99cf8c38f4
Merge pull request #416 from gnawhleinad/allow-sudo
allow .dockcross to use sudo
2020-05-26 08:06:35 -04:00
Matt McCormick
258041dc1c
Merge pull request #414 from gnawhleinad/master
if PWD is a symbolic link then read / find the link
2020-05-26 08:05:55 -04:00
Daniel Hwang
b3e72f7bf4
allow .dockcross to use sudo
so set-up sudo before .dockcross executes!
2020-05-25 20:55:47 -07:00
Daniel Hwang
ad4eb279c4
if PWD is a symbolic link then read / find the link
so docker mounts the volume properly
2020-05-25 13:54:13 -07:00
Matt McCormick
ba6b0624f8
Merge pull request #404 from dockcross/libncurses5
debian: Add libncurses5 for ccmake
2020-05-11 16:39:05 -04:00
Matt McCormick
324fe9a80b
debian: Add libncurses5 for ccmake
Closes #403
2020-05-10 22:19:32 -04:00
Matt McCormick
1d12174566
Merge pull request #408 from jcfr/fix-manylinux2010-x86-and-manylinux2014-x64-tests
Fix manylinux2014-x64 and manylinux2010-x86 tests
2020-05-07 18:22:44 -04:00
Jean-Christophe Fillion-Robin
549303ece1
manylinux2014-x64: Fix tests updating path to devtoolset compilers 2020-05-07 05:24:46 -04:00
Jean-Christophe Fillion-Robin
2e0da22870
manylinux2010-x86: Fix tests updating path to devtoolset compilers
Fixes #406
2020-05-07 05:21:36 -04:00
Matt McCormick
c409cffbf6
Merge pull request #400 from chosungmann/linux-arm64-bump-up-gcc
[linux-arm64] bump up the version of gcc to 8
2020-04-17 23:00:01 -04:00
Sungmann Cho
37c54a3694 [linux-arm64] bump up the version of gcc to 8
linux-arm64 is currently using gcc 4, so it's difficult to take
advantage of modern C++. This PR bump up the version of gcc to
allow us to enjoy all the benefits of modern C++. (This PR is based
on #310)
2020-04-17 00:32:12 +09:00
Matt McCormick
a6b6635205
Merge pull request #396 from bbros-dev/issue-395
Tar extract files as yourself
2020-04-15 20:09:09 -04:00
Jean-Christophe Fillion-Robin
3a8d0b9811
Merge pull request #391 from bbros-dev/issue-386
Kernel initrd build support
2020-04-15 10:26:33 -04:00
Mark Van de Vyver
a343f95129 Tar extract files as yourself
Closes issue #395.

Signed-off-by: Mark Van de Vyver <1335713+taqtiqa-admin@users.noreply.github.com>
2020-04-15 21:01:19 +10:00
Mark Van de Vyver
047e47fe9d Add initrd build support
Debian stable indicates this package is common
to all arches.

Signed-off-by: Mark Van de Vyver <1335713+taqtiqa-admin@users.noreply.github.com>
2020-04-15 11:27:32 +10:00
Mark Van de Vyver
3bc28284a9 Change random to alphabetical order
Signed-off-by: Mark Van de Vyver <1335713+taqtiqa-admin@users.noreply.github.com>
2020-04-15 11:23:57 +10:00
Matt McCormick
7299cbb52c
Merge pull request #389 from thewtex/emscripten-1.39.10
web-wasm: Bump Emscripten to 1.39.10
2020-04-14 11:26:10 -04:00
Matt McCormick
a2f14a961b
web-wasm: Bump Emscripten to 1.39.10 2020-04-13 21:02:32 -04:00
Matt McCormick
2cf688e607
Merge pull request #388 from dockcross/update-cmake-from-3.17.0-to-3.17.1
base: Update CMake from 3.17.0 to 3.17.1
2020-04-13 20:41:23 -04:00
Jean-Christophe Fillion-Robin
058d911e8e
base: Update CMake from 3.17.0 to 3.17.1
See https://cmake.org/cmake/help/v3.17/release/3.17.html#id1
2020-04-10 13:43:12 -04:00
Matt McCormick
84b3be4c3f
Merge pull request #387 from dockcross/update-cmake-from-3.16.5-to-3.17.0
base: Update CMake from 3.16.5 to 3.17.0
2020-04-09 14:51:32 -04:00
Jean-Christophe Fillion-Robin
87e9d612e0
base: Update CMake from 3.16.5 to 3.17.0
See https://cmake.org/cmake/help/v3.17/release/3.17.html#cmake-3-17-release-notes
2020-04-08 20:51:03 -04:00
Matt McCormick
f99d51b4bb
Merge pull request #381 from dockcross/update-cmake-from-3.13.2-to-3.16.5
base: Update CMake from 3.13.2 to 3.16.5
2020-04-07 09:01:25 -04:00
Jean-Christophe Fillion-Robin
6522ff20e0
base: Update CMake from 3.13.2 to 3.16.5 2020-04-06 22:49:55 -04:00
Matt McCormick
4e5c364b3c
Merge pull request #378 from dzenanz/master
Updating CMake repository location
2020-04-06 15:59:05 -04:00
Jean-Christophe Fillion-Robin
a98141d033
build-and-install-openssl: Fix download URL 2020-04-06 11:39:58 -04:00
Dženan Zukić
f68e873550 Updating CMake repository location
The old one was a mirror, and has been taken offline recently.
2020-04-01 17:13:24 -04:00
Matt McCormick
2fd1b29fb6
Merge pull request #377 from thewtex/manylinux2014-yum
manylinux2014-x64: Add yum libcurl workaround
2020-03-31 21:24:40 -04:00
Matt McCormick
58aaa9e3eb
manylinux2014-x64: Add yum libcurl workaround
Based on the manylinux2010 workaround.
2020-03-31 18:53:35 -04:00
Matt McCormick
6a73b6fdaf
Merge pull request #376 from thewtex/manylinux-2014-yum-bump
doc: Note that yum addressed in recent manylinux2014-x64
2020-03-30 16:40:30 -04:00
Matt McCormick
e81694927e
doc: Note that yum addressed in recent manylinux2014-x64
This patch is intended to trigger a build / deploy based on the latest
upstream manylinux2014-x64 image.
2020-03-30 16:38:44 -04:00
Matt McCormick
880bfd0b10
Merge pull request #374 from thewtex/emscripten-bump
web-wasm: Bump Emscripten to 1.39.4
2020-03-23 23:15:33 -04:00
Matt McCormick
5b7c6ce58a
web-wasm: Bump Emscripten to 1.39.4 2020-03-23 17:16:09 -04:00
Matt McCormick
1c10fb2ce7
Merge pull request #370 from thewtex/manylinux2014-x64-version
manylinux2014_x86_64: Use latest for base image version
2020-01-18 20:07:09 -05:00
Matt McCormick
eee9a67721
manylinux2014_x86_64: Use latest for base image version
This is the only tag kept on quay.io.
2020-01-18 17:54:18 -05:00
Matt McCormick
29a46483a1
Merge pull request #368 from veblush/bump-gcc-windows
Changed the version of gcc for mxe to 9
2020-01-18 16:54:18 -05:00
Esun Kim
d2e7643d3e Changed the version of gcc for mxe to 9 2020-01-14 11:26:20 -08:00
Matt McCormick
c07e40fbf8
Merge pull request #359 from JonasVautherin/manylinux2014_x86_64
add support for manylinux2014-x64
2019-12-23 12:54:38 -05:00
Jonas Vautherin
4911275985 Add digest to base image, for reproducibility 2019-12-23 10:20:32 +01:00
Jonas Vautherin
d0f327e9ac Add manylinux2014 to README 2019-12-23 10:20:32 +01:00
Jonas Vautherin
a8add1afe2 add manylinux2014-x64 to circleci 2019-12-23 10:20:32 +01:00
Jonas Vautherin
42b7dd5602 add support for manylinux2014-x64 2019-12-23 10:20:32 +01:00
Matt McCormick
218a9c0945
Merge pull request #360 from veblush/manylinux2010-x86
Add manylinux2010-x86
2019-12-22 22:55:51 -05:00
Esun Kim
8c87d05887 Update config.yml 2019-12-20 16:53:48 -08:00
Esun Kim
88d5678336 Updated the download url for openssl 2019-12-20 08:50:37 -08:00
Esun Kim
acf4523a36 Fix openssl download 2019-12-19 16:01:36 -08:00
Esun Kim
f0fff3c3c4 Fixed yum error 2019-12-19 16:01:18 -08:00
Esun Kim
04cf3a10d8 Fixed the error with /bin/sh 2019-12-18 09:54:04 -08:00
Esun Kim
71437e2604 Update README and CI config 2019-12-17 11:25:23 -08:00
Esun Kim
2a3efdd548 Add manylinux2010-x86 2019-12-17 10:13:08 -08:00