Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
2734: Remove llvm from docs.rs feature set (trouble with building) r=Amanieu a=jcaesar

Followup on wasmerio#2605. It [currently](https://docs.rs/crate/wasmer/2.1.1/builds/480618) breaks the build on docs.rs, sorry for that.

There should be a way to get it added to the installed dependencies, but when I tried to reproduce [the environment](https://github.com/rust-lang/crates-build-env/blob/master/linux/packages.txt#L1015), it was already installed, yet there was a problem with `could not find native static library Polly, perhaps an -L flag is missing?`. I figure it's more trouble than it's worth.

Co-authored-by: Julius Michaelis <[email protected]>
  • Loading branch information
bors[bot] and jcaesar authored Jan 4, 2022
2 parents 4b0ea4a + 2704b5b commit 7701ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -155,4 +155,4 @@ js-default = ["js", "std", "wasm-types-polyfill"]
wasm-types-polyfill = ["js", "wasmparser"]

[package.metadata.docs.rs]
features = ["compiler", "core", "cranelift", "default-compiler", "default-dylib", "default-engine", "dylib", "engine", "jit", "llvm", "native", "singlepass", "sys", "sys-default", "universal"]
features = ["compiler", "core", "cranelift", "default-compiler", "default-dylib", "default-engine", "dylib", "engine", "jit", "native", "singlepass", "sys", "sys-default", "universal"]

0 comments on commit 7701ea9

Please sign in to comment.