tinygo/.github/workflows
Ayke van Laethem 34ba0c1be1 ci: build LLVM with thread support on Windows
This should fix a number of concurrency/threading issues.

I had to force-disable concurrency in the linker using a hack. I'm not
entirely sure what the cause is, possibly the MinGW version (version 12
appears to work for me, while version 11 as used on the GitHub runner
image seems to be broken).
There are a few ways to fix this in a better way:
  * Fix the underlying cause (possibly by upgrading to MinGW-w64 12).
  * Add the `--threads` flag to the LLD MinGW linker, so we can use a
    regular parameter instead of this hack.
2023-03-07 22:38:14 +01:00
..
build-macos.yml ci: don't pass -v to go test 2023-02-20 00:23:52 +01:00
docker.yml build/docker: use build context from pre-saved LLVM container to avoid rebuilding 2023-02-18 19:41:11 +01:00
linux.yml build/linux: switch to ubuntu-20.04 for arm builds since ubuntu-18.04 is deprecated for GH actions runner 2023-03-07 07:25:08 +01:00
windows.yml ci: build LLVM with thread support on Windows 2023-03-07 22:38:14 +01:00