Mateusz Pietryga
3d89c301e3
Fix CMAKE_SYSTEM_NAME variable in windows-arm* toolchains to correctly indicate target platform
...
Resolves #790
2023-08-06 12:01:05 +02:00
Matt McCormick
b049ee21f8
Merge pull request #787 from zougloub/cJ-defaults
...
makefile: use default variables, so one can add extra images
2023-08-04 21:03:39 -04:00
Jérôme Carretero
034401dc9f
makefile: use default variables, so one can add extra images
2023-07-07 19:58:13 -04:00
Matt McCormick
136b76169c
Merge pull request #785 from thewtex/emscripten-3.1.41
...
web-wasm: Bump emscripten to 3.1.41
2023-06-22 09:13:18 -04:00
Matt McCormick
7312d8fa92
Merge pull request #784 from thewtex/wask-sdk-20
...
web-wasi: bump to wasi-sdk 20
2023-06-22 09:13:08 -04:00
Matt McCormick
f6ca4b9e9d
web-wasm: Bump emscripten to 3.1.41
2023-06-21 23:24:07 -04:00
Matt McCormick
c1216736d5
web-wasi: bump to wasi-sdk 20
2023-06-21 23:18:48 -04:00
Waley-Z
6d99fcb9b4
Fixed README typo
2023-06-20 13:12:27 +02:00
dependabot[bot]
c2f53669cd
build(deps): bump actions/stale from 7 to 8
...
Bumps [actions/stale](https://github.com/actions/stale ) from 7 to 8.
- [Release notes](https://github.com/actions/stale/releases )
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/stale/compare/v7...v8 )
---
updated-dependencies:
- dependency-name: actions/stale
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-06-01 10:47:14 +02:00
René Helmke
a0eaff4245
mips-linux-uclibc: disable broken C build test
2023-04-21 23:15:26 +02:00
René Helmke
5e7571369c
added linux-mips-uclibc to README.md
2023-04-21 23:15:26 +02:00
René Helmke
17c51fdff5
add github CI workflow for linux-mips-uclibc
2023-04-21 23:15:26 +02:00
René Helmke
021e3dd6e6
root Makefile: add linux-mips-uclibc to STANDARD_IMAGES and GEN_IMAGES
2023-04-21 23:15:26 +02:00
René Helmke
20405a5172
linux-mips-uclibc: add Toolchain.cmake
2023-04-21 23:15:26 +02:00
René Helmke
3fbf01b157
linux-mips-uclibc: add Dockerfile
2023-04-21 23:15:26 +02:00
René Helmke
0c62168a42
linux-mips-uclibc: add crosstool-ng.config
2023-04-21 23:15:26 +02:00
Matt McCormick
484f06a04b
Merge pull request #777 from jspanchu/master
...
web-wasm: Bump emscripten to 3.1.35
2023-04-06 16:33:45 -04:00
Jaswant Panchumarti
7dcbe767c7
web-wasm: Bump emscripten to 3.1.35
...
closes https://github.com/dockcross/dockcross/issues/776
2023-04-06 10:35:46 -04:00
Matt McCormick
8fdfcc3f51
Merge pull request #771 from bensuperpc/fix-webasm
...
Fix build failed with wabt on web-wasm image
2023-03-24 16:08:44 -04:00
cd4c4132b2
Fix build failed with wabt on web-wasm
...
Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
2023-03-16 12:55:03 +01:00
Matt McCormick
162287deb5
Merge pull request #769 from thewtex/manylinux-2-28
...
manylinux2014-aarch64: Bump to GCC 10
2023-02-22 14:24:50 -05:00
Matt McCormick
eabd29df73
manylinux2014-aarch64: Bump to GCC 10
...
This is the version used in the manylinux2014_aarch image documented at https://github.com/pypa/manylinux .
2023-02-21 16:17:28 -05:00
Matt McCormick
2dd9a1cb1c
Merge pull request #768 from thewtex/wasi-mount-work
...
web-wasi: mount /work in emulator for access to working directory
2023-02-15 05:40:36 -05:00
Matt McCormick
ae03014632
web-wasi: mount /work in emulator for access to working directory
...
Ensure there is access to the source tree for try_run's.
2023-02-12 22:38:02 -05:00
Matt McCormick
a61e35f543
Merge pull request #766 from mgu/fix-manylinux2014-aarch64
...
Fix manylinux2014-aarch64 image building
2023-02-01 14:34:14 -08:00
Matt McCormick
378e8375e0
Merge pull request #752 from pbosetti/local
...
Removed platform specification in dockcross.sh
2023-02-01 14:32:43 -08:00
Mickaël Guérin
c1ce207a34
Do not force platform in docker run
...
As the images are not multi-platform, there is no need to hard-code
`--platform linux/amd64` which doesn't work properly for x86 images
2023-01-31 09:40:22 +01:00
Mickaël Guérin
699a52c3e5
Force OCI_EXE to docker in CI
...
We use docker to build images, we also want to use it when running the
images
2023-01-30 15:46:00 +01:00
Mickaël Guérin
787e0cbc41
manylinux2014-aarch64: Install zlib in sysroot
2023-01-30 10:06:57 +01:00
Mickaël Guérin
f152c4b25e
Fix manylinux2014-aarch64 image building
...
* switch image to crosstool-ng 1.25.0
* remove support of ct-ng 1.13.0 and set 1.25.0 as the default version
2023-01-30 08:26:46 +01:00
Matt McCormick
670f7f7c5c
Merge pull request #763 from thewtex/wasi-sdk-19
...
Wasi sdk 19
2023-01-16 07:49:06 -05:00
Matt McCormick
98aebd0c7c
web-wasi: Remove CMakeSystemSpecificInformation.cmake
...
This was ported from the Emscripten configuration, is no longer used
there, and causes issues with newer versions of CMake.
2023-01-14 17:29:29 -05:00
Matt McCormick
e6e1825b32
web-wasi: Bump to wask-sdk-19
2023-01-14 17:28:31 -05:00
Jonas Vautherin
4f590a193b
Add meson to all images
2023-01-09 14:51:35 +01:00
Dženan Zukić
c9273a20f5
Remove the default assembler from CMake Toolchain
2023-01-07 22:27:23 +01:00
Matt McCormick
bae4a0a9cb
Merge pull request #759 from thewtex/ssh-keys
...
base: Remove ssh keys
2023-01-03 09:54:21 -05:00
Matt McCormick
9387e59230
Merge pull request #755 from thewtex/wasi-sdk-17
...
web-wasi: Bump to WASI-SDK 17
2022-12-29 20:08:03 -05:00
Matt McCormick
a4a94fcec8
base: Remove ssh keys
...
These get installed via the openssh-server package, which is pulled in
as a dependency. Remove them before completing the layer to avoid
inadvertent usage in these public docker images.
2022-12-29 20:04:09 -05:00
Matt McCormick
e9059f1daf
Merge pull request #757 from thewtex/emscripten-bump
...
web-wasm: Bump emscripten to 3.1.28
2022-12-28 13:24:51 -05:00
Matt McCormick
e0dcb396b6
web-wasi: Bump to WASI-SDK 17
...
The binary linux SDK in version 17 requires a newer glibc than we have
available, so we have to use our own patched clang. This follows the
approach in:
https://github.com/WebAssembly/wasi-sdk/pull/271
2022-12-28 11:02:13 -05:00
Matt McCormick
7a4b4c636a
Merge pull request #756 from thewtex/wasm-tools-bump
...
wasm tools bump
2022-12-28 11:01:19 -05:00
Matt McCormick
4a9fcb68f6
web-wasm: Bump emscripten to 3.1.28
2022-12-27 22:36:49 -05:00
Matt McCormick
72300a694f
common.webassembly: Bump WAVM to 2022-05-14
2022-12-27 22:26:26 -05:00
Matt McCormick
c9ab787bdc
common.webassembly: Bump wabt to 1.0.32, 2022-12-27 main
2022-12-27 22:24:45 -05:00
Matt McCormick
bd2dc69d7d
common.webassembly: Bump binaryen to 2022-12-17
...
Also need --recursive for gtest.
2022-12-27 22:21:08 -05:00
Matt McCormick
e913a7f1d6
Merge pull request #754 from dockcross/dependabot/github_actions/actions/stale-7
...
Bump actions/stale from 6 to 7
2022-12-21 22:26:09 -05:00
dependabot[bot]
f1d65bdbcc
Bump actions/stale from 6 to 7
...
Bumps [actions/stale](https://github.com/actions/stale ) from 6 to 7.
- [Release notes](https://github.com/actions/stale/releases )
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/stale/compare/v6...v7 )
---
updated-dependencies:
- dependency-name: actions/stale
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-12-21 18:02:59 +00:00
Paolo Bosetti
b3e8189ea5
Removed platform specification in dockcross.sh
2022-12-17 14:19:49 +01:00
Matt McCormick
6afd127234
Merge pull request #751 from pbosetti/local
...
Support for building images locally
2022-12-16 16:35:53 -05:00
Paolo Bosetti
0d31400b97
Support for building images locally
2022-12-16 16:07:56 +01:00