-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update wasmtime to the latest master. #1437
Conversation
r? @gnzlbg (rust_highfive has picked a reviewer for you, use r? to override) |
@bors: r+ |
📌 Commit 0ac8cef has been approved by |
Update wasmtime to the latest master. The previous wasmtime revision is broken because one of its dependencies, `memoffset` 0.3, was yanked, which appears to make it unavailable. This was fixed by downgrading to `memoffset` 0.2.
💔 Test failed - checks-cirrus-freebsd-12 |
I should mention; this PR fixes #1424. |
The Travis failure here looks like the same failure happening on master. |
Sorry that it took so long, it was unclear what was causing the master failure and it turned out to be the LLVM 9 upgrade... fun times... @bors: r+ |
📌 Commit e21be8c has been approved by |
Update wasmtime to the latest master. The previous wasmtime revision is broken because one of its dependencies, `memoffset` 0.3, was yanked, which appears to make it unavailable. This was fixed by downgrading to `memoffset` 0.2.
💔 Test failed - checks-travis |
@bors: retry
|
Update wasmtime to the latest master. The previous wasmtime revision is broken because one of its dependencies, `memoffset` 0.3, was yanked, which appears to make it unavailable. This was fixed by downgrading to `memoffset` 0.2.
☀️ Test successful - checks-cirrus-freebsd-11, checks-cirrus-freebsd-12, checks-travis, status-appveyor |
@sunfishcode the wasi build job is still failing on master (notice that it is allowed to fail). Would you mind taking a look? |
Looks like a compiler problem compiling the new linux_termios test for wasm. I'll investigate further when I get a chance. |
The previous wasmtime revision is broken because one of its dependencies,
memoffset
0.3, was yanked, which appears to make it unavailable. This was fixed by downgrading tomemoffset
0.2.