about summary refs log tree commit diff
path: root/library/compiler-builtins/ci/docker/wasm32-unknown-unknown
AgeCommit message (Collapse)AuthorLines
2025-04-18ci: Make CI configuration more similar to `libm`Trevor Gross-0/+1
Apply a handful of changes to reduce the diff between the two: * Cancel running jobs on new pushes * Enable log color and backtraces * Add timeouts * Specify CI runner versions * Add an armv7 job * Replace the name NO_STD with BUILD_ONLY * Update the extension to the canonical .yaml * Set AR_ and CC_ environments in docker * Install requirements to build MPFR
2024-04-19Add a way to run tests on non-linux machinesTrevor Gross-1/+2
Allow using the `rust-lang/rust:nightly` docker image to run tests in cases where the host rust and cargo cannot be used, such as non-linux hosts.
2024-01-09build: Allow building C compiler-rt fallbacks for wasmtrevyn-1/+1
2020-05-29Expand wasm32 testing on CI (#360)Alex Crichton-0/+6
* 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