1579 Commits

Author SHA1 Message Date
Matt McCormick
7bf589c088
Merge pull request #862 from thewtex/master
web-wasi-threads: use target wasm32-wasi-threads in sysroot wrapper
2025-01-08 13:02:22 -05:00
Matt McCormick
f5b3739d8d web-wasi-threads: use target wasm32-wasi-threads in sysroot wrapper
And add -pthread flag.
2025-01-07 15:56:54 -05:00
Matt McCormick
a9ee159efb
Merge pull request #861 from thewtex/wasmtime-flags
wasi: fix threads option specification for wasmtime
2025-01-07 09:22:38 -05:00
Matt McCormick
54a4417c3d wasi: fix threads option specification for wasmtime
In recent wasmtime, `-S` flags need to come after `run`.

Also add `-W threads=y` following the wasmtime test suite,

- fc3c868b13/tests/all/cli_tests.rs (L580-L581)

Also explicity enable the `cli` feature because this is used for CMake
try_run.
2025-01-06 22:38:55 -05:00
Matt McCormick
103d6485e6
Merge pull request #860 from thewtex/emscripten-bump
web-wasm: bump emscripten to 3.1.74
2024-12-26 07:49:43 -05:00
Matt McCormick
5dc9be4d3b web-wasm: bump emscripten to 3.1.74 2024-12-23 20:48:28 -05:00
Matt McCormick
fbb53a3786
Merge pull request #859 from thewtex/wasi-sdk-25
wasi sdk 25
2024-12-23 20:21:36 -05:00
Matt McCormick
a5a1cc9287 common: bump binaryen, wabt to latest
Also fix ENV deprecated syntax.
2024-12-23 07:28:11 -05:00
Matt McCormick
e2bc513d3f web-wasi: bump to wasi-sdk 25.0
Update for their migration to the CMake build system and use of binary
sdk artifacts.
2024-12-23 07:28:11 -05:00
Matt McCormick
43b2dd1550
Merge pull request #857 from thewtex/email-update
doc: update Matt McCormick email
2024-11-10 09:46:19 -05:00
Matt McCormick
54ee1fddbc doc: update Matt McCormick email 2024-11-08 17:11:12 -05:00
Matt McCormick
86a1cca977
Merge pull request #856 from Fancy2209/BigEndianPPCs
Add PPC Container
2024-11-08 17:08:08 -05:00
Fancy2209
2dd09b2d3f
[no ci] Update README.md 2024-11-08 08:31:13 -01:00
Fancy2209
2fbd0af24a
[no ci] Update README.md 2024-11-08 08:28:08 -01:00
Fancy2209
ad25ffbf7f
Update Makefile 2024-11-06 13:55:57 -01:00
Fancy2209
81c74ac1f0
Update main.yml 2024-11-06 13:55:03 -01:00
Fancy2209
5d2ddaa26d
Delete linux-ppc64 directory 2024-11-06 13:54:12 -01:00
Fancy2209
bef5f26ead
Actions have more cores now 2024-11-05 12:13:58 -01:00
Fancy2209
03adcfcd84
Disable Stockfish for PPC and Llama for PPC64 2024-11-05 12:09:13 -01:00
Fancy2209
40e5e7517f
Fix Ci, Fix PPC64, Add Fancy2209 to Maintainer label 2024-10-31 09:33:02 -01:00
Fancy2209
0bed4bf8e7
Fix Ci and PPC64 ct-ng config 2024-10-31 09:29:08 -01:00
Paulo Medeiros
2e70d66615 Fix PPC64 Toolchain.cmake 2024-10-30 17:58:35 -01:00
Paulo Medeiros
9560d75124 Add PPC and PPC64 2024-10-30 17:52:47 -01:00
2e07fc0772
Merge pull request #855 from ftapajos/update-binutils
linux-armv7a: update binutils to 2.40
2024-10-20 18:25:57 +02:00
Flávio Tapajós
aad63e3a41
linux-armv7a: update binutils to 2.40 2024-10-17 09:01:56 -03:00
Matt McCormick
60fa1b0e0b
Merge pull request #848 from bensuperpc/crosstool-ng_1.26_linux-ppc64le
Crosstool ng 1.26 linux ppc64le
2024-08-12 08:49:59 -04:00
2b500e4150 Add llama.cpp for linux-ppc64le
Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
2024-08-11 10:09:57 +02:00
018c591202 Merge branch 'master' into crosstool-ng_1.26_linux-ppc64le 2024-08-11 10:06:33 +02:00
Jonas Vautherin
3603d82802
Merge pull request #847 from thewtex/emscripten-3-1-64
Update emscripten to 3.1.64 and cmake_minimum_required to 3.16
2024-08-09 06:23:21 +02:00
Matt McCormick
8231b1f6d0 test: bump cmake_minimum_required to 3.16
To address:

CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.

Bump to a later version available in relatively recent Linux
distributions.
2024-08-08 13:39:08 -04:00
Matt McCormick
9751032bf7 web-wasm: bump emscripten to 3.1.64 2024-08-08 13:00:19 -04:00
7910242a3c Disable fortran for linux-ppc64le: headers issues
Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
2024-08-08 15:43:12 +02:00
1276ade1f0 Change binutils version and update config
Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
2024-08-07 23:18:36 +02:00
ac61758ca6 Fix wrong config
Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
2024-08-07 23:18:36 +02:00
748f3c06fe Add cortex-a53 to CT_ARCH_CPU
Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
2024-08-07 23:18:36 +02:00
a1ff15e206 Fix duplicate variable
Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
2024-08-07 23:18:36 +02:00
45c870a3f5 Replace . with _ for llama variables names
Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
2024-08-07 23:18:36 +02:00
26baad281a Add llama.cpp on CI
Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
2024-08-07 23:18:36 +02:00
24fa6a0962 Update main.yml
Disable for now C-Plus-Plus for linux-arm64
2024-08-07 23:18:36 +02:00
ab75e7c5a0 Fix: enable build id and fortran on linux-arm64
Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
2024-08-07 23:18:36 +02:00
4f1ad856dd Update linux/arm64
Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
2024-08-07 23:18:36 +02:00
0803d604a1 Update linux-ppc64le
Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
2024-08-07 21:37:09 +02:00
Noa Sakurajin
64da83ae96 add ccache to common debian container 2024-08-05 18:51:09 +02:00
Matt McCormick
13d3b718b8
Merge pull request #843 from pschichtel/feature/mxe-upgrade
Upgrade MXE to todays latest commit
2024-07-28 23:26:14 -04:00
Phillip Schichtel
8bd9dd4d62
Upgrade MXE to todays latest commit
The upgrade brings cmake to 3.29.6, closes #838
2024-07-27 19:44:54 +02:00
Matt McCormick
3995c0cf44
Merge pull request #842 from pschichtel/bugfix/qemu-download-urls
Correct the qemu download URLs
2024-07-26 19:31:52 -04:00
Phillip Schichtel
e9090a2473
attempt layer cache exporting in github actions 2024-07-26 01:12:08 +02:00
Phillip Schichtel
27d1ed241a
manylinux2014 aarch64 depends on x64
so actually depend on the target that builds it
2024-07-26 00:44:46 +02:00
Phillip Schichtel
1123bbcb3f
upgrade the quay.io/pypa/manylinux* base images to 2024-07-20-e0def9a
the manylinux images failed to build with the old base images due to invalid signatures and/or 404 errors in old centos 7 repos.
2024-07-23 23:04:46 +02:00
Phillip Schichtel
f11237cd73
Correct the qemu download URLs
It seems that wiki.qemu-project.org is not available anymore and
downloads are now on download.qemu.org.
2024-07-23 23:04:41 +02:00