rewrite libtest-thread-limit to rmake
This commit is contained in:
parent
0f6e1ae678
commit
318dfb405f
7 changed files with 73 additions and 9 deletions
|
|
@ -12,3 +12,4 @@ regex = "1.8" # 1.8 to avoid memchr 2.6.0, as 2.5.0 is pinned in the workspace
|
|||
gimli = "0.31.0"
|
||||
build_helper = { path = "../build_helper" }
|
||||
serde_json = "1.0"
|
||||
libc = "0.2"
|
||||
|
|
|
|||
|
|
@ -36,6 +36,7 @@ pub mod rfs {
|
|||
// Re-exports of third-party library crates.
|
||||
pub use bstr;
|
||||
pub use gimli;
|
||||
pub use libc;
|
||||
pub use object;
|
||||
pub use regex;
|
||||
pub use serde_json;
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@ run-make/incr-add-rust-src-component/Makefile
|
|||
run-make/issue-84395-lto-embed-bitcode/Makefile
|
||||
run-make/jobserver-error/Makefile
|
||||
run-make/libs-through-symlinks/Makefile
|
||||
run-make/libtest-thread-limit/Makefile
|
||||
run-make/macos-deployment-target/Makefile
|
||||
run-make/split-debuginfo/Makefile
|
||||
run-make/symbol-mangling-hashed/Makefile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue