Skip to content

Commit 2212d3d

Browse files
committed
chore(ci): Patch wasmer to avoid build issues
1 parent be05353 commit 2212d3d

File tree

2 files changed

+47
-110
lines changed

2 files changed

+47
-110
lines changed

bindings/Cargo.lock

Lines changed: 40 additions & 110 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bindings/Cargo.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,3 +148,10 @@ strip = "symbols"
148148

149149
[profile.dev.package."*"]
150150
debug-assertions = false
151+
152+
[patch.crates-io]
153+
# Remove this once https://github.com/wasmerio/wasmer/pull/5564 is merged and released
154+
wasmer = { git = "https://github.com/kdy1/wasmer", branch = "build-deps" }
155+
wasmer-cache = { git = "https://github.com/kdy1/wasmer", branch = "build-deps" }
156+
wasmer-compiler-cranelift = { git = "https://github.com/kdy1/wasmer", branch = "build-deps" }
157+
wasmer-wasix = { git = "https://github.com/kdy1/wasmer", branch = "build-deps" }

0 commit comments

Comments
 (0)