Skip to content

Commit

Permalink
Upgrade pip
Browse files Browse the repository at this point in the history
  • Loading branch information
mariano-balto committed Jul 28, 2022
1 parent 6100c7b commit 189097a
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions native_client/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,27 @@ load("@build_bazel_rules_swift//swift:swift.bzl", "swift_c_module", "swift_libra
load("@emsdk//emscripten_toolchain:wasm_rules.bzl", "wasm_cc_binary")


<<<<<<< HEAD
config_setting(
name = "rpi3",
define_values = {
"target_system": "rpi3"
},
)

config_setting(
name = "rpi3-armv8",
define_values = {
"target_system": "rpi3-armv8"
},
)

# Only required until https://github.com/emscripten-core/emsdk/pull/1060
# gets merged. Once that's done, we could use "@platform//cpu:wasm32".
config_setting(
name = "wasm_cpu",
values = {"cpu": "wasm"},
)


=======
>>>>>>> 2d165fd1 (Build Linux ARM wheels for Python 3.8 and 3.9)
genrule(
name = "workspace_status",
outs = ["workspace_status.cc"],
Expand Down

0 comments on commit 189097a

Please sign in to comment.