mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
add aarch64-linux to BUILD.request.bazel
This commit is contained in:
parent
eea6bf963b
commit
eca27b3710
1 changed files with 4 additions and 0 deletions
|
@ -57,6 +57,7 @@ rust_library(
|
||||||
aliases = selects.with_or({
|
aliases = selects.with_or({
|
||||||
# ring on Linux
|
# ring on Linux
|
||||||
(
|
(
|
||||||
|
"@io_bazel_rules_rust//rust/platform:aarch64-unknown-linux-gnu",
|
||||||
"@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu",
|
"@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu",
|
||||||
): {},
|
): {},
|
||||||
"//conditions:default": {
|
"//conditions:default": {
|
||||||
|
@ -74,6 +75,7 @@ rust_library(
|
||||||
] + selects.with_or({
|
] + selects.with_or({
|
||||||
# ring on Linux
|
# ring on Linux
|
||||||
(
|
(
|
||||||
|
"@io_bazel_rules_rust//rust/platform:aarch64-unknown-linux-gnu",
|
||||||
"@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu",
|
"@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu",
|
||||||
): [
|
): [
|
||||||
"__rustls",
|
"__rustls",
|
||||||
|
@ -118,6 +120,7 @@ rust_library(
|
||||||
# cfg(not(target_arch = "wasm32"))
|
# cfg(not(target_arch = "wasm32"))
|
||||||
(
|
(
|
||||||
"@io_bazel_rules_rust//rust/platform:aarch64-apple-ios",
|
"@io_bazel_rules_rust//rust/platform:aarch64-apple-ios",
|
||||||
|
"@io_bazel_rules_rust//rust/platform:aarch64-unknown-linux-gnu",
|
||||||
"@io_bazel_rules_rust//rust/platform:x86_64-apple-darwin",
|
"@io_bazel_rules_rust//rust/platform:x86_64-apple-darwin",
|
||||||
"@io_bazel_rules_rust//rust/platform:x86_64-apple-ios",
|
"@io_bazel_rules_rust//rust/platform:x86_64-apple-ios",
|
||||||
"@io_bazel_rules_rust//rust/platform:x86_64-pc-windows-msvc",
|
"@io_bazel_rules_rust//rust/platform:x86_64-pc-windows-msvc",
|
||||||
|
@ -151,6 +154,7 @@ rust_library(
|
||||||
# ring on Linux
|
# ring on Linux
|
||||||
(
|
(
|
||||||
"@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu",
|
"@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu",
|
||||||
|
"@io_bazel_rules_rust//rust/platform:aarch64-unknown-linux-gnu",
|
||||||
): [
|
): [
|
||||||
"@raze__hyper_rustls__0_21_0//:hyper_rustls",
|
"@raze__hyper_rustls__0_21_0//:hyper_rustls",
|
||||||
"@raze__rustls__0_18_1//:rustls",
|
"@raze__rustls__0_18_1//:rustls",
|
||||||
|
|
Loading…
Reference in a new issue