Logo
Explore Help
Register Sign In
rust-lang/rust
1
0
Fork 0
You've already forked rust
Code Issues Pull Requests Actions 1 Packages Projects Releases Wiki Activity
Files
7065cd0420e3932071e87f23c2b51d1c29179f81
rust/library/compiler-builtins/ci/docker/wasm32-unknown-unknown/Dockerfile

8 lines
201 B
Docker
Raw Normal View History

Add a way to run tests on non-linux machines 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-04-13 00:42:36 -04:00
ARG IMAGE=ubuntu:20.04
FROM $IMAGE
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
RUN apt-get update && \
apt-get install -y --no-install-recommends \
build: Allow building C compiler-rt fallbacks for wasm
2024-01-09 01:23:59 +04:00
gcc clang libc6-dev ca-certificates
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
ENV CARGO_TARGET_WASM32_UNKNOWN_UNKNOWN_RUNNER=true
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 122ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API