Skip to content

Commit

Permalink
Remove obsolete raze configuration from Cargo.toml
Browse files Browse the repository at this point in the history
This code is dead should've been removed as part of 61309c1.
  • Loading branch information
aaronmondal authored and allada committed Jul 5, 2023
1 parent d5468dc commit 42b9ce0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 54 deletions.
2 changes: 1 addition & 1 deletion Cargo.Bazel.lock
@@ -1,5 +1,5 @@
{
"checksum": "ceb4eeb12e981e44966bd9416d5617d11bb63d60c7fc0b98fe8eb1cfdb23e5f2",
"checksum": "7ba4c619cdcf6bb43fbfadb39a3207ee2ef162a7907e632ed76ff7ab77b697e1",
"crates": {
"adler 1.0.2": {
"name": "adler",
Expand Down
53 changes: 0 additions & 53 deletions Cargo.toml
Expand Up @@ -67,56 +67,3 @@ mock_instant = "0.2.1"
rusoto_mock = "=0.48.0"
hyper = "0.14.24"
ctor = "0.1.22"

[package.metadata.raze.crates.json5.'*']
data_attr = "['src/json5.pest']"

[package.metadata.raze.crates.clap_builder.'*']
compile_data_attr = "['README.md']"
[package.metadata.raze.crates.clap_derive.'*']
compile_data_attr = "['README.md']"
[package.metadata.raze.crates.clap.'*']
compile_data_attr = "['README.md', 'examples/demo.md']"
[package.metadata.raze.crates.prost.'*']
compile_data_attr = "['README.md']"

[package.metadata.raze.crates.prost-build.'*']
gen_buildrs = true
additional_deps = ["@com_google_protobuf//:protoc"]
additional_env = { PROTOC = "bazel-out/host/bin/external/com_google_protobuf/protoc" }
buildrs_additional_environment_variables = { PROTOC = "bazel-out/host/bin/external/com_google_protobuf/protoc", PROTOC_NO_VENDOR = "1" }

[package.metadata.raze.crates.axum.'*']
compile_data_attr = "glob(['**/*.md'])"

[package.metadata.raze]
# The path relative path to the Bazel workspace root (location of
# WORKSPACE.bazel/WORKSPACE file). If no workspace file is found,
# the current working directory is used.
workspace_path = "//third_party"

default_gen_buildrs = true

rust_rules_workspace_name = "rules_rust"

# This causes aliases for dependencies to be rendered in the BUILD
# file located next to this `Cargo.toml` file.
package_aliases_dir = "third_party"

# The set of targets to generate BUILD rules for.
targets = [
"aarch64-unknown-linux-gnu",
"arm-unknown-linux-gnueabi",
"armv7-unknown-linux-gnueabi",
# These targets appear to have issues with rustix which is required by tempfile
#"powerpc-unknown-linux-gnu",
#"s390x-unknown-linux-gnu",
"x86_64-unknown-linux-gnu",
]

output_buildfile_suffix = "BUILD"

# The two acceptable options are "Remote" and "Vendored" which
# is used to idnicate whether the user is using a non-vendored or
# vendored set of dependencies.
genmode = "Remote"

0 comments on commit 42b9ce0

Please sign in to comment.