2
0
Fork 0
mirror of https://github.com/ii64/sonic.git synced 2026-06-21 00:46:43 +08:00
sonic/.github/workflows
Ii64人 75b728ba51
feat: support for Windows (#228)
* feat: support for Windows

* fix (loader): default loader now has build tag: for linux and darwin
* feat (loader): add memory allocator support for Windows

* feat: add Windows CI

Added Windows CI for GitHub Actions
Go version: 1.15.x, 1.16.x, 1.17.x, 1.18.x

* fix (loader): remove `amd64` build constraint from Windows

* fix: TSAN error on Windows CI

Temporary remove `-race` flag

Link: https://github.com/golang/go/issues/46099

Co-authored-by: Yi Duan <duanyi.aster@bytedance.com>
2022-05-23 12:55:45 +08:00
..
codeql-analysis.yml chore(ci): setup self-hosted runner for ci (#158) 2021-12-20 19:56:07 +08:00
license-check.yml chore(ci): setup self-hosted runner for ci (#158) 2021-12-20 19:56:07 +08:00
push-check-benchmark.yml fix: move large-size local array to _Stack (#162) 2021-12-30 14:51:23 +08:00
push-check-go-windows.yml feat: support for Windows (#228) 2022-05-23 12:55:45 +08:00
push-check-go115.yml fix: allow string value decoded as json.Number (#196) 2022-02-28 20:14:38 +08:00
push-check-go116.yml fix:(loader) init _Moduledata.gcdatapointer to avoid panic on plugin-mode (#188) 2022-04-01 16:46:07 +08:00
push-check-go117.yml feat:(ast) support sorting node keys (#164) 2021-12-28 20:29:09 +08:00
push-check-go118.yml feat: support Go1.18 (#205) 2022-03-28 20:43:43 +08:00