Commit Graph

1391 Commits

Author SHA1 Message Date
Jonas Vautherin
e88a3ceab3 Update android ndk to r25b and api to 33 2022-09-06 15:55:20 +02:00
Jean-Christophe Fillion-Robin
94a5003362 DOC: Fix links associated with retired images 2022-07-07 15:05:39 -04:00
Matt McCormick
ada2c8dad6 Add manylinux_2_28-x64 and retire manylinux_2_24-x64
Replaces manylinux_2_24 (which has been deprecated).

Based on AlmaLinux (RedHat-based) and GCC 11.

Co-authored-by: Jean-Christophe Fillion-Robin <jchris.fillionr@kitware.com>
2022-07-06 22:51:46 -04:00
Jean-Christophe Fillion-Robin
dd849908aa Add manylinux_2_24-x64 image 2022-07-06 22:51:46 -04:00
Jean-Christophe Fillion-Robin
e76f24e120 Anticipate update renaming common.manylinux to common.manylinux2014 2022-07-06 22:51:46 -04:00
Jean-Christophe Fillion-Robin
bf8b0b5925 ci: Remove invalid "required" keyword associated with actions/download-artifact
This commit fixes the following error introduced by adb85d69c (ci: Make
cache download optional):

  Unexpected input(s) 'required', valid inputs are ['name', 'path']
2022-07-06 22:51:46 -04:00
Matt McCormick
d45d925ee6
Merge pull request #710 from thewtex/mac-m1
dockcross-script: Specify --platform flag
2022-07-02 12:29:51 -04:00
Matt McCormick
4be1879bd5
Merge pull request #707 from chent11/fix_newlib_bug
fix the newlib configuration bug
2022-07-02 12:29:28 -04:00
Matt McCormick
0f402e0c75 dockcross-script: Specify --platform flag
All images built for a linux/amd64 host.

Addresses warning when running an Apple M1:

  WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
2022-07-01 18:13:58 -04:00
Chen Tao
71ec6c1569 fix the newlib configuration bug 2022-06-27 16:02:23 +09:00
Matt McCormick
49941dadca
Merge pull request #676 from chent11/bare-armv7emhf-nano_newlib
Add bare-armv7emhf-nano_newlib
2022-06-20 13:55:00 -04:00
Chen Tao
79c8aafe1e modify test repo 2022-06-20 20:23:45 +09:00
Chen Tao
acdeffa51b add a new test repo, modify some GCC configs, and upgrade crosstool-ng to 1.25.0 2022-06-19 01:57:50 +09:00
Chen Tao
0ea32fc1ed Add bare-armv7emhf-nano_newlib 2022-06-14 20:41:25 +09:00
Matt McCormick
21326cc851
Merge pull request #693 from bensuperpc/update_scripts_2
Update scripts and software
2022-06-11 21:08:17 -04:00
4c18b1d865
Merge pull request #704 from thewtex/emscripten-bump
web-wasm: Bump emscripten to 3.1.13
2022-06-11 00:19:06 +02:00
c52db69736
Merge branch 'dockcross:master' into update_scripts_2 2022-06-10 08:52:19 +02:00
Matt McCormick
7bda588f9f
Merge pull request #690 from pbosetti/master
Added LTS version to linux-armv7a, issue #678
2022-06-09 22:21:43 -04:00
Matt McCormick
c4a63113e5
Merge pull request #703 from thewtex/download-artifact-no-required
ci: Make cache download optional
2022-06-09 22:09:21 -04:00
Matt McCormick
45e145163c web-wasm: Bump emscripten to 3.1.13 2022-06-09 20:50:27 -04:00
d3628b2261
Merge pull request #702 from thewtex/wasi-16
web-wasi: Bump to WASI-SDK 16
2022-06-10 00:36:47 +02:00
Matt McCormick
adb85d69c6 ci: Make cache download optional
Avoid errors on fresh builds.
2022-06-09 15:49:37 -04:00
Matt McCormick
021dfe8dd6 web-wasi: Bump to WASI-SDK 16 2022-06-08 21:54:30 -04:00
Matt McCormick
6b7a4a45e9
Merge pull request #697 from bensuperpc/update_crosstool-ng
Update crosstool-ng 1.25 RC to 1.25 on images
2022-06-08 18:16:53 -07:00
e4627deef8
Merge pull request #699 from bensuperpc/update_web-wasi
Update web-wasi to 15.0
2022-05-28 20:13:36 +02:00
1dfede8ece
Merge pull request #700 from bensuperpc/update_web_wasm
Update web-wasm from 3.1.5 to 3.1.10
2022-05-27 23:26:48 +02:00
6a0fe7b500
Merge branch 'master' into update_scripts_2 2022-05-25 09:03:44 +02:00
334924d866
Merge pull request #701 from le91688/bump-dockcross-release
bump to new release of flatcc
2022-05-25 09:02:59 +02:00
larry.espenshade
014fd62f30 bump to new release of flatcc, use version tags 2022-05-24 09:21:42 -04:00
Paolo Bosetti
bf3c3fc51d Merge branch 'master' of github.com:pbosetti/dockcross
* 'master' of github.com:pbosetti/dockcross:
  Update CONTRIBUTING.md and README.md
2022-05-23 12:17:15 +02:00
76b144947e
Merge pull request #698 from bensuperpc/update_windows_arm
Update Windows ARM
2022-05-23 09:39:19 +02:00
b62574a60a
Merge pull request #696 from bensuperpc/retry_method
Improve CI
2022-05-20 17:43:40 +02:00
c644f3fe46 fix merge
Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
2022-05-20 13:33:15 +02:00
b90f7052ec Return to 9 compress level, insufficient time reduction
Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
2022-05-20 13:27:06 +02:00
91ecbfe91e Remove retry from CI
Remove retry from CI

Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
2022-05-20 13:07:31 +02:00
228e4c18cc Update with better retry methods
Update with better retry methods

Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
2022-05-20 12:54:08 +02:00
267bdda5e3 Revert "Update with better retry methods"
This reverts commit c9e7d316ca.
2022-05-20 12:53:08 +02:00
c9e7d316ca Update with better retry methods
Update with better retry methods

Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
2022-05-20 12:52:43 +02:00
3ba17b10e1 Disable DUMA on linux-armv5-uclibc and linux-mips-lts
Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
2022-05-20 10:16:02 +02:00
7fe662325f Update web-wasi to 15.0
Update web-wasi to 15.0

Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
2022-05-20 10:08:26 +02:00
5d5c5c430e Merge commit '7a4634c4f8a39482b08f0b82e5fb54b894eead97' into update_crosstool-ng 2022-05-20 10:04:32 +02:00
e5cb29c74f Update Windows ARM
Update windows ARM

Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
2022-05-20 10:04:04 +02:00
292bb9d2a3 Update web-wasm from 3.1.5 to 3.1.10
Update web-wasm from 3.1.5 to 3.1.10

Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
2022-05-20 10:01:09 +02:00
7a4634c4f8
Merge pull request #694 from bensuperpc/fix_error
Fixed errors that can sometimes occur with the CI and Improve CI
2022-05-19 20:21:09 +02:00
96839c5789
Merge branch 'master' into fix_error 2022-05-19 15:56:23 +02:00
eda038eacf
Merge pull request #695 from bensuperpc/update_ci_tests
Update CI tests
2022-05-19 15:42:43 +02:00
daad4d760d
Merge pull request #691 from bensuperpc/update_licence
Update LICENSE copyright dates and add @bensuperpc
2022-05-19 14:56:49 +02:00
90325e6019 Update linux-x64-clang
Update linux-x64-clang

Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
2022-05-19 14:53:15 +02:00
a74d7a7b54 Update linux-xtensa-uclibc
Update linux-xtensa-uclibc

Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
2022-05-19 14:51:02 +02:00
779d80d819 Update linux-s390x
Update linux-s390x

Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
2022-05-19 14:48:29 +02:00