Skip to content
This repository was archived by the owner on Sep 18, 2025. It is now read-only.

Commit 0712e96

Browse files
committed
Clean .buckconfig and toolchains folder
Signed-off-by: Eli Ma <eli@patch.sh>
1 parent ff3fd5f commit 0712e96

File tree

59 files changed

+6
-1552
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+6
-1552
lines changed

BUCK

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
load("@prelude//rust:cargo_package.bzl", "cargo")
22

33
cargo.rust_binary(
4-
name = "buck2-rust-third-party",
4+
name = "rust-third-party",
55
edition = "2021",
66
srcs = glob(["src/**/*.rs"]),
77
crate_root = "src/main.rs",
88
deps = [
9+
# rustc-std-workspace-core
10+
"//third-party/rust/crates/rustc-std-workspace-core/1.0.1:rustc-std-workspace-core",
11+
912
# zstd-sys
1013
"//third-party/rust/crates/zstd-sys/2.0.13+zstd.1.5.6:zstd-sys",
1114
"//third-party/rust/crates/zstd-sys/2.0.14+zstd.1.5.7:zstd-sys",

third-party/rust/crates/zstd-sys/2.0.14+zstd.1.5.7/build.bzl renamed to build.bzl

File renamed without changes.

third-party/rust/crates/cfg-if/1.0.0/.buckconfig

Lines changed: 0 additions & 24 deletions
This file was deleted.

third-party/rust/crates/cfg-if/1.0.0/toolchains/BUCK

Lines changed: 0 additions & 25 deletions
This file was deleted.

third-party/rust/crates/critical-section/1.1.3/.buckconfig

Lines changed: 0 additions & 24 deletions
This file was deleted.

third-party/rust/crates/critical-section/1.1.3/.github/CODEOWNERS

Lines changed: 0 additions & 1 deletion
This file was deleted.

third-party/rust/crates/critical-section/1.1.3/.github/bors.toml

Lines changed: 0 additions & 12 deletions
This file was deleted.

third-party/rust/crates/critical-section/1.1.3/.github/workflows/clippy.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.

third-party/rust/crates/critical-section/1.1.3/.github/workflows/rustfmt.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

third-party/rust/crates/critical-section/1.1.3/.github/workflows/test.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)