Uh oh!
There was an error while loading. Please reload this page.
Add a travis builder for wasm32-unknown-emscripten - #42631
Conversation
- rename emscripten docker image to asmjs - create wasm32 docker image
Files with extensions .asm.js are used to generate .wasm files, they are not intented to be execute.
rust-highfive
commented
Jun 13, 2017
(rust_highfive has picked a reviewer for you, use r? to override) |
malbarbo
commented
Jun 13, 2017
This is an alternative to #42059 |
malbarbo
commented
Jun 13, 2017
We are running out of builders... but testing wasm32 in the same builder of asmjs would take too much time. |
alexcrichton
commented
Jun 13, 2017
Looks awesome, thanks for this! I think that the cwd business could be fixed as well with #42059, right? Perhaps this could add a |
I think so.
Ok. Can we try this before to confirm it works on travis? |
alexcrichton
commented
Jun 13, 2017
Sure yeah! Want to just tag it with |
alexcrichton
commented
Jun 13, 2017
Timeout :( If you run |
malbarbo
commented
Jun 13, 2017
It passes locally. I will move the image to disabled. |
malbarbo
commented
Jun 13, 2017
Done. |
alexcrichton
commented
Jun 13, 2017
@bors: r+ |
bors
commented
Jun 13, 2017
📌 Commit 9da77b3 has been approved by |
bors
commented
Jun 15, 2017
⌛ Testing commit 9da77b3 with merge 915b4ae... |
bors
commented
Jun 15, 2017
💔 Test failed - status-appveyor |
Mark-Simulacrum
commented
Jun 15, 2017
bors
commented
Jun 15, 2017
⌛ Testing commit 9da77b3 with merge 2057edf... |
bors
commented
Jun 15, 2017
💔 Test failed - status-travis |
est31
commented
Jun 15, 2017
@bors retry
|
alexcrichton
commented
Jun 15, 2017
via email
@bors: retry
* osx timed out …On Thu, Jun 15, 2017 at 1:28 PM, bors ***@***.***> wrote:
💔 Test failed - status-travis
<https://travis-ci.org/rust-lang/rust/builds/243303924?utm_source=github_status&utm_medium=notification>
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#42631 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAD95AxLz1cRzNRGYxY29m0UkJYx0wM6ks5sEXfLgaJpZM4N4ilO>
.
|
bors
commented
Jun 16, 2017
⌛ Testing commit 9da77b3 with merge c3627e2... |
Add a travis builder for wasm32-unknown-emscripten This commits add an entry to travis matrix that will execute wasm32-unknown-emscripten tests suites. - Emscripten for asmjs was updated to sdk-1.37.13-64bit - The tests are run with node 8.0.0 (it can execute wasm) - A wrapper script is used to run each test from the directory where it is (workaround for emscripten-core/emscripten#4542) - Some tests are ignore, see #42629 and #42630
bors
commented
Jun 16, 2017
☀️ Test successful - status-appveyor, status-travis |
This commits add an entry to travis matrix that will execute wasm32-unknown-emscripten tests suites.