aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/build-macos.yml
AgeCommit message (Expand)Author
2024-02-20ci: switch to Go 1.22Ayke van Laethem
2024-02-11ci: update from Node.js 16 to Node.js 18Ayke van Laethem
2024-02-05gi: add macOS ARM64 builderAyke van Laethem
2024-01-20all: switch to LLVM 17 by defaultAyke van Laethem
2024-01-05all: statically link to LLVM 17 instead of LLVM 16Ayke van Laethem
2023-12-18build: another try to handle python unlink/link due to homebrewdeadprogram
2023-12-17build: fix for macos homebrew as discussed in https://github.com/Homebrew/bre...deadprogram
2023-11-29builds: update all GH action workflows to use latest versionsdeadprogram
2023-11-04Bump wasi-libc to SDK 20Elliott Sales de Andrade
2023-10-23ci: work-around for broken links in github runnersKenneth Bell
2023-10-06all: add initial LLVM 17 supportAyke van Laethem
2023-09-18all: switch to LLVM 16Ayke van Laethem
2023-08-10build: switch GH actions builds to use Go 1.21 final releasedeadprogram
2023-08-04all: Go 1.21 supportAyke van Laethem
2023-06-16ci: rename release-double-zipped to something more usefulAyke van Laethem
2023-03-13builder: add test to check for changes in binary sizeAyke van Laethem
2023-02-20ci: don't pass -v to `go test`Ayke van Laethem
2023-02-17build: always cache LLVM source/build even if the tests fail to avoid extra r...Ron Evans
2023-02-11ci: don't link with libzstd in release buildsv0.27.0Ayke van Laethem
2023-02-07ci: switch to actions/checkout@v3Ayke van Laethem
2023-02-03ci: switch to Go 1.20Ayke van Laethem
2022-11-06avr: drop GNU toolchain dependencyAyke van Laethem
2022-11-04esp: use LLVM Xtensa linker instead of Espressif toolchainAyke van Laethem
2022-11-01Upgrade GitHub actions packages from v2 to v3Austin Vazquez
2022-10-19ci: add support for LLVM 15Ayke van Laethem
2022-09-24ci: build TinyGo using Go 1.19Ayke van Laethem
2022-09-24build: makes CI choose latest Go 1.18.x (#3143)Crypt Keeper
2022-09-09build: uses setup-go@v3 to simplify cache configAdrian Cole
2022-09-08build: updates to actions/cache@v3Adrian Cole
2022-08-05ci: add check that TinyGo can be built using Homebrew LLVMAyke van Laethem
2022-06-21wasm: update wasi-libc versionAyke van Laethem
2022-06-16build: cancel in-progress buildsYurii Soldak
2022-04-25build: use Go 1.18.1 for all buildsdeadprogram
2022-04-23all: update to LLVM 14Ayke van Laethem
2022-04-18.github: use proper name for Mac OS 11 (10.16 was unofficial; we could also u...Dan Kegel
2022-04-18ci: updated supported go versions from 1.15-1.17 to 1.16-1.18Dan Kegel
2022-04-10all: use compiler-rt from LLVMAyke van Laethem
2022-02-21github: also run 'make tinygo-test' on macDan Kegel
2022-02-12builder: add support for cross compiling to DarwinAyke van Laethem
2022-02-03wasm: remove heap allocator from wasi-libcAyke van Laethem
2022-01-21Makefile: detected TINYGO now works even if a rule changes directoryDan Kegel
2022-01-15ci (Windows/Mac): use binaryen from scoop/brewNia Waldvogel
2022-01-10ci: use GH action to perform build for macosdeadprogram