40545c5f78
Disable python with GDB
...
Disable python with GDB: GDB 8.1 and lower have issues with python 3.7 and upper :
https://bugzilla.redhat.com/show_bug.cgi?id=1577396
Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
2021-05-26 20:06:05 +02:00
8ff660facd
Update to python 3.9.5, fix build fail with manylinuximage
...
Update to python 3.9.5, fix build fail with manylinuximage
Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
2021-05-26 20:02:47 +02:00
Matt McCormick
7a475a0f4a
Merge pull request #405 from jcfr/introduce-common-label-and-env
2021-04-19 15:22:10 -04:00
Ben Boeckel
a31e2b2983
dockcross: support using podman
2021-04-18 19:17:47 +02:00
Jean-Christophe Fillion-Robin
68b4549a50
Introduce "common.label-and-env"
...
This will simply the removal of deprecated "org.label-schema" annotation [1]
and the introduction of open containers ones [2]
[1] http://label-schema.org/rc1/
[2] https://github.com/opencontainers/image-spec/blob/master/annotations.md
2021-04-18 19:15:26 +02:00
Jean-Christophe Fillion-Robin
1fb2785377
Rename Dockerfile to Dockerfile.in to ensure consistency
...
All Dockerfiles are now configured similarly, this will support
future improvements.
2021-04-18 19:15:26 +02:00
Jean-Christophe Fillion-Robin
369d828efd
Dockerfile: Remove unused default value associated IMAGE build argument
2021-04-18 19:15:26 +02:00
Jean-Christophe Fillion-Robin
8469056c36
Merge pull request #479 from dockcross/update-android-ndk
...
Update Android NDK to latest stable: 22b
2021-04-17 17:44:53 -06:00
Jonas Vautherin
4cdcdfe121
Merge pull request #487 from mayeut/update-gosu
...
chore: update gosu 1.10 → 1.12
2021-04-08 13:07:17 +02:00
Jonas Vautherin
ac9fc619fa
Merge pull request #486 from mayeut/update-ninja
...
chore: update Ninja 1.7.2 → 1.10.2
2021-04-08 13:07:00 +02:00
Jonas Vautherin
2bac1aea57
Merge pull request #485 from mayeut/update-git
...
chore: update git 2.22.0 → 2.31.1
2021-04-08 13:06:22 +02:00
Jonas Vautherin
7ac840bc46
Merge pull request #484 from mayeut/update-openssh
...
chore: update OpenSSH 7.9p1 → 8.5p1
2021-04-08 13:05:54 +02:00
mayeut
08c4f189cb
chore: update gosu 1.10 → 1.12
...
changelog: https://github.com/tianon/gosu/compare/1.10...1.12
2021-04-07 20:44:13 +02:00
mayeut
aa2a06e76b
chore: update Ninja 1.7.2 → 1.10.2
...
changelog: https://github.com/ninja-build/ninja/compare/v1.7.2...v1.10.2
2021-04-07 17:45:50 +02:00
mayeut
5affbc768d
chore: update git 2.22.0 → 2.31.1
...
changelog: https://github.com/git/git/blob/master/Documentation/RelNotes/2.31.1.txt
2021-04-07 17:21:31 +02:00
mayeut
473c3dcf2b
chore: update OpenSSH 7.9p1 → 8.5p1
...
changelog: https://www.openssh.com/releasenotes.html#8.5p1
2021-04-07 16:34:22 +02:00
Jonas Vautherin
aa41e3e8a2
Merge pull request #480 from wps132230/cmake-system-processor
...
Define CMAKE_SYSTEM_PROCESSOR in Toolchain.cmake for Android build.
2021-04-07 13:32:33 +02:00
Pushen Wang
7c1413a496
Define CMAKE_SYSTEM_PROCESSOR in Toolchain.cmake for Android build.
2021-04-07 10:47:37 +02:00
Jonas Vautherin
894f712305
Update Android NDK to latest stable: 22b
2021-04-07 10:45:33 +02:00
Jonas Vautherin
21500b227f
Merge pull request #481 from mayeut/update-openssl
...
chore: update OpenSSL 1.0.2 → 1.1.1k
2021-04-07 10:44:33 +02:00
Jonas Vautherin
dafeeef6e9
Merge pull request #482 from mayeut/update-curl
...
chore: update curl 7.52.1 → 7.76.0
2021-04-07 10:43:02 +02:00
Jonas Vautherin
58c9889c7f
Merge pull request #483 from mayeut/fix-get-expat
...
fix: crosstool-ng expat dowload
2021-04-07 10:42:02 +02:00
mayeut
808552cdb1
chore: update OpenSSL 1.0.2 → 1.1.1k
...
changelog: https://www.openssl.org/news/changelog.html#openssl-111
2021-04-05 21:28:07 +02:00
mayeut
7a1c61536e
chore: update curl 7.52.1 → 7.76.0
...
changelog: https://curl.se/changes.html#7_76_0
2021-04-05 21:08:41 +02:00
mayeut
78601a759d
fix: crosstool-ng expat dowload
...
expat shall now be downloaded from github rather than sourceforge.
This commit patches crosstool-ng 1.23.0 to do this.
2021-04-05 17:13:49 +02:00
Jean-Christophe Fillion-Robin
4349cb4999
Merge pull request #477 from dockcross/tag-base-image
...
Tag base image like the others
2021-03-12 20:37:47 -05:00
Jonas Vautherin
8115b1dda3
Apply suggestions from code review
2021-03-13 00:13:33 +01:00
Jonas Vautherin
364e17c5d5
Tag base image like the others
2021-03-13 00:13:33 +01:00
Matt McCormick
994dab8570
Merge pull request #478 from thewtex/get-pip-url
...
base: Update get-pip.py URL
2021-03-12 15:37:10 -05:00
Matt McCormick
57756fc633
base: Update get-pip.py URL
...
Changed upstream
2021-03-12 11:25:12 -05:00
Jonas Vautherin
541794d41d
Merge pull request #474 from dockcross/github-actions-badge
...
doc: Use GitHub Actions badge in README
2021-02-11 17:13:35 +01:00
Matt McCormick
bad51d69bf
doc: Use GitHub Actions badge in README
2021-02-10 21:35:11 -05:00
Matt McCormick
84c47e5c73
Merge pull request #473 from dockcross/472-push-base
...
Deploy base image
2021-02-10 16:05:25 -05:00
Jonas Vautherin
d9d030ec56
Deploy base image, too
2021-02-10 18:38:51 +01:00
Jonas Vautherin
2caebd702b
Merge pull request #471 from dockcross/fix-deploy-ci
...
Fix deploy step in CI
2021-02-10 17:27:26 +01:00
Jonas Vautherin
eb5176506c
Fix conditional to deploy from master branch
2021-02-10 16:24:34 +01:00
Jonas Vautherin
948832857e
Merge pull request #470 from dockcross/github-ci
...
GitHub CI
2021-02-10 15:27:58 +01:00
Jonas Vautherin
368db36136
Remove circleci (moved to github actions)
2021-02-05 23:36:59 +01:00
Jonas Vautherin
70e2b6c449
Create github CI equivalent to current circle CI
2021-02-05 23:36:59 +01:00
Matt McCormick
5d32ecd8cf
Merge pull request #468 from daq-tools/fix-manylinux2014-x86
...
Fix "yum" on manylinux2014-x86
2021-02-01 14:44:24 -05:00
Matt McCormick
eb449618cc
Merge pull request #465 from thewtex/manylinux-cp35-to-cp38
...
manylinux: Build pip with cp38
2021-02-01 14:23:20 -05:00
Andreas Motl
9b88520f27
Fix "yum" on manylinux2014-x86
2021-01-31 13:39:31 +01:00
Matt McCormick
a5d4d6dcb1
manylinux: Build pip with cp38
...
cp35 is no longer supported and get-pip.py fails to build.
2021-01-29 18:31:57 -05:00
Matt McCormick
72b83fc276
Merge pull request #461 from JonasVautherin/add-android-x86
...
Add android-x86 image
2021-01-27 21:03:01 -05:00
Jonas Vautherin
0c1f2c9cbf
Add android-x86_64 image
2021-01-12 10:46:18 +01:00
Jonas Vautherin
e9b6053f5d
Add android-x86 image
2021-01-12 10:21:33 +01:00
Matt McCormick
7e58f935e2
Merge pull request #460 from alphacep/master
...
Fix reordered descriptions for ARMv7/ARMv7-musl
2021-01-08 21:05:36 -05:00
Nickolay V. Shmyrev
bf81e5e598
Fix reordered descriptions for ARMv7/ARMv7-musl
2021-01-06 08:43:37 +03:00
Matt McCormick
0217db3bbb
Merge pull request #457 from Gjacquenot/master
...
✨ Switched to gcc10.2 for windows
2020-12-22 11:05:32 -05:00
Guillaume Jacquenot
4ca995b142
✨ Switched to gcc10.2 for windows
...
I propose to switch from gcc9.2, because I encounter runtime errors with recursive subroutine in fortran.
With version 10.2, these runtime errors have gone away
2020-12-21 23:08:19 +01:00