Skip to content

Commit c520bf2

Browse files
committed
dupe-fixes
Signed-off-by: Ryan Northey <ryan@synca.io>
1 parent 0c4c74a commit c520bf2

File tree

2 files changed

+0
-26
lines changed

2 files changed

+0
-26
lines changed

bazel/cargo/wasmtime/remote/BUILD.errno-0.2.8.bazel

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,6 @@ rust_library(
5353
# buildifier: leave-alone
5454
deps = [
5555
] + selects.with_or({
56-
# cfg(target_os = "wasi")
57-
(
58-
"@rules_rust//rust/platform:wasm32-wasi",
59-
): [
60-
"@wasmtime__libc__0_2_137//:libc",
61-
],
62-
"//conditions:default": [],
63-
}) + selects.with_or({
6456
# cfg(unix)
6557
(
6658
"@rules_rust//rust/platform:i686-apple-darwin",

bazel/cargo/wasmtime/remote/BUILD.rustix-0.35.13.bazel

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -111,15 +111,6 @@ cargo_build_script(
111111
): [
112112
],
113113
"//conditions:default": [],
114-
}) + selects.with_or({
115-
# cfg(windows)
116-
(
117-
"@rules_rust//rust/platform:i686-pc-windows-msvc",
118-
"@rules_rust//rust/platform:x86_64-pc-windows-msvc",
119-
): [
120-
"@wasmtime__windows_sys__0_42_0//:windows_sys",
121-
],
122-
"//conditions:default": [],
123114
}),
124115
)
125116

@@ -206,14 +197,5 @@ rust_library(
206197
"@wasmtime__libc__0_2_137//:libc",
207198
],
208199
"//conditions:default": [],
209-
}) + selects.with_or({
210-
# cfg(windows)
211-
(
212-
"@rules_rust//rust/platform:i686-pc-windows-msvc",
213-
"@rules_rust//rust/platform:x86_64-pc-windows-msvc",
214-
): [
215-
"@wasmtime__windows_sys__0_42_0//:windows_sys",
216-
],
217-
"//conditions:default": [],
218200
}),
219201
)

0 commit comments

Comments
 (0)