summaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Expand)Author
2024-06-20Add release CI pipeline (#41)v2024-06-20.1Arshia001
2024-06-14Fix CIArshia Ghafoori
2024-06-14Always build cxx as part of build32.shArshia Ghafoori
2023-09-1923Arshia Ghafoori
2023-09-07Link all emulated WASI libsSander Vocke
2023-09-07Use build32.sh instead of Make directly. (#1)Sander Vocke
2023-09-07Workflow for building a C/C++ sysroot.Sander Vocke
2023-03-06Remove support for `__original_main`. (#295)Dan Gohman
2023-03-06test: run a subset of tests using `libc-test` (#346)Andrew Brown
2023-03-06Install libtinfo5 on ubuntu. (#349)Dan Gohman
2023-03-06Fix `make THREAD_MODEL=posix` (#311)Andrew Brown
2022-05-26Updated the library so it can compile both wasm32-wasi and wasm64-wasiJohnathan Sharratt
2022-05-23First go at wasm64-wasiJohnathan Sharratt
2022-05-22Updated sysroot so that it supports wasm64-wasixJohnathan Sharratt
2022-04-12`WASM_NM` -> `NM` to use standardized env varJohn Ericson
2022-04-12`WASM_AR` -> `AR` to use standardized env varJohn Ericson
2022-04-12`WASM_CC` -> `CC` to use standardized env varJohn Ericson
2022-04-12Do more explicit env vars for CIJohn Ericson
2022-03-28Disable the headerstest test.Dan Gohman
2020-11-30windows ci: try moving rustup stuff to non-bash shell (#225)Pat Hickey
2020-11-30Add basic emulation of getcwd/chdir (#214)Alex Crichton
2020-10-05CI: use $GITHUB_PATH,ENV rather than add-path, set-envPat Hickey
2020-04-06CI: use llvm 10.0.0 release (#194)Pat Hickey
2020-04-06debugPat Hickey
2020-04-06github ci: download llvm over https, add -L flag to curlPat Hickey
2020-02-20fix macos filename, use httpsPat Hickey
2020-02-20CI: upgrade to llvm 9.0.0Pat Hickey
2020-02-19remove no-self-update workaround for windows azurePat Hickey
2020-02-19deprecate azure pipelines CI, build libc on GH ActionsPat Hickey
2019-12-03github actions: pin checkout action to v1 (#145)Sam Clegg
2019-11-21Correct the version of #136 on master (#141)Dan Gohman