Trevor Gross
d5bc2de9ec
Add CI testing for AArch64 Darwin
...
The Apple ARM silicon has been around for a while now and hopefully will
become Rust Tier 1 at some point. Add it to CI since it is distinct
enough from aarch64-linux and x86_86-darwin that there may be
differences.
2024-04-16 14:04:47 -04:00
trevyn
dc1321a5ca
Remove duplicate symbol workaround
2024-03-28 14:19:13 +00:00
Amanieu d'Antras
68b5a7a0ad
Clean up and rework CI script
2024-03-28 10:17:42 +00:00
trevyn
f4dbd52ed5
Merge branch 'master' into wasm
2024-01-28 07:20:27 -08:00
Jakub Beránek
8ca492c7d7
CI: add a success conclusion job
2024-01-24 19:38:55 +01:00
trevyn
d9065480c7
Merge branch 'master' into wasm
2024-01-18 09:36:53 +04:00
trevyn
0808cdeb67
build: Allow building C compiler-rt fallbacks for wasm
2024-01-09 02:11:00 +04:00
Taiki Endo
c464d5a38d
Update actions/checkout action to v4
2024-01-09 00:07:27 +09:00
Amanieu d'Antras
28f2437614
Disable MIPS in CI
...
See https://github.com/rust-lang/compiler-team/issues/648
2023-07-06 20:20:19 +02:00
Josh Triplett
fee637a7b6
Update the version of compiler-rt in CI
2021-04-30 12:24:12 -07:00
Aaron Kutch
500c8e0b2c
add clippy to CI
2021-04-02 16:53:09 -05:00
Alex Crichton
82bee10b5b
Update CI to fix on GitHub Actions ( #394 )
...
Should hopefully fix the master branch...
2020-11-20 10:29:35 -06:00
Amanieu d'Antras
51e969665e
Fix CI url for compiler-rt source
2020-08-23 23:31:51 +01:00
Amanieu d'Antras
b6ee34a330
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
63982a3b9e
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
d370d2728b
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
b2227dc559
Update CI installation of Rust on macos
2020-01-28 00:39:52 -08:00
Alex Crichton
ca69fcbf12
Update checkout action reference
2019-12-03 09:11:29 -08:00
Alex Crichton
12283c7aca
Fix Github Actions for recent system changes
2019-10-28 07:39:04 -07:00
Alex Crichton
0198311a4b
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