Amanieu d'Antras
6a67566b20
Fix CI url for compiler-rt source
2020-08-23 23:31:51 +01:00
Amanieu d'Antras
caa19a764e
Merge pull request #341 from vfreex/add-mips-compiler-rt-fallback
...
add mips/mips64 compiler-rt fallbacks so that libgcc is not required
2020-08-23 23:27:05 +01:00
Alex Crichton
4bf8cad593
Expand wasm32 testing on CI ( #360 )
...
* Expand wasm32 testing on CI
Run the full `run.sh` test script to get full assertions, including that
nothing in the wasm compiler-builtins is panicking. Unfortunately it's
currently panicking, so this is good to weed out!
* Update libm
2020-05-29 14:38:29 -05:00
Yuxiang Zhu
3f012a835e
add mips/mips64 compiler-rt fallbacks so that libgcc is not required
...
This adds compiler-rt fallbacks for mips and mips64 arches.
Solves linking issues like https://github.com/rust-lang/rust/issues/57820 .
Signed-off-by: Yuxiang Zhu <vfreex@gmail.com>
2020-02-13 03:33:56 +08:00
Alex Crichton
955cea42cc
Update CI installation of Rust on macos
2020-01-28 00:39:52 -08:00
Alex Crichton
f8c28c5c3b
Update checkout action reference
2019-12-03 09:11:29 -08:00
Alex Crichton
9823b956ce
Fix Github Actions for recent system changes
2019-10-28 07:39:04 -07:00
Alex Crichton
1ac3970855
Migrate to github actions from Azure Pipelines
...
Less need to manage users, more concurrency, and interface is all in
one!
2019-09-10 21:57:13 -05:00