We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf2f648 commit c8516a3Copy full SHA for c8516a3
tests/BUCK
@@ -1,16 +1,9 @@
1
-load("//tools/buck:build_mode.bzl", "build_mode")
2
load("//tools/buck:rust_cxx_bridge.bzl", "rust_cxx_bridge")
3
4
-build_mode(
5
- name = "build_mode",
6
- cell = native.get_cell_name(),
7
-)
8
-
9
rust_test(
10
name = "test",
11
srcs = ["test.rs"],
12
edition = "2021",
13
- remote_execution_action_key_providers = ":build_mode",
14
deps = [
15
":ffi",
16
"//:cxx",
tools/buck/build_mode.bzl
0 commit comments