@@ -67,144 +67,3 @@ rust_library(
6767 "//third-party/rust/crates/zstd-sys/2.0.16+zstd.1.5.7:zstd-sys" ,
6868 ],
6969)
70-
71- rust_test (
72- name = "git_internal-unittest" ,
73- srcs = [":git-internal-vendor" ],
74- crate = "git_internal" ,
75- crate_root = "vendor/src/lib.rs" ,
76- edition = "2024" ,
77- features = [
78- "default" ,
79- "diff_mydrs" ,
80- ],
81- rustc_flags = ["@$(location :git-internal-manifest[env_flags])" ] + select ({
82- "prelude//os/constraints:windows" : select ({
83- "prelude//abi/constraints:gnu" : [
84- "@$(location //third-party/rust/crates/windows_x86_64_gnu/0.48.5:windows_x86_64_gnu-build-script-run[rustc_flags])" ,
85- "@$(location //third-party/rust/crates/windows_x86_64_gnu/0.53.1:windows_x86_64_gnu-build-script-run[rustc_flags])" ,
86- ],
87- "DEFAULT" : [
88- "@$(location //third-party/rust/crates/windows_x86_64_msvc/0.48.5:windows_x86_64_msvc-build-script-run[rustc_flags])" ,
89- "@$(location //third-party/rust/crates/windows_x86_64_msvc/0.53.1:windows_x86_64_msvc-build-script-run[rustc_flags])" ,
90- ],
91- }),
92- "DEFAULT" : [],
93- }),
94- visibility = ["PUBLIC" ],
95- deps = [
96- "//third-party/rust/crates/ahash/0.8.12:ahash" ,
97- "//third-party/rust/crates/async-trait/0.1.89:async-trait" ,
98- "//third-party/rust/crates/axum/0.8.8:axum" ,
99- "//third-party/rust/crates/bincode/2.0.1:bincode" ,
100- "//third-party/rust/crates/bstr/1.12.1:bstr" ,
101- "//third-party/rust/crates/byteorder/1.5.0:byteorder" ,
102- "//third-party/rust/crates/bytes/1.11.0:bytes" ,
103- "//third-party/rust/crates/chrono/0.4.43:chrono" ,
104- "//third-party/rust/crates/colored/3.1.1:colored" ,
105- "//third-party/rust/crates/crc32fast/1.5.0:crc32fast" ,
106- "//third-party/rust/crates/dashmap/6.1.0:dashmap" ,
107- "//third-party/rust/crates/diffs/0.5.1:diffs" ,
108- "//third-party/rust/crates/encoding_rs/0.8.35:encoding_rs" ,
109- "//third-party/rust/crates/flate2/1.1.8:flate2" ,
110- "//third-party/rust/crates/futures-util/0.3.31:futures-util" ,
111- "//third-party/rust/crates/futures/0.3.31:futures" ,
112- "//third-party/rust/crates/hex/0.4.3:hex" ,
113- "//third-party/rust/crates/libc/0.2.180:libc" ,
114- "//third-party/rust/crates/lru-mem/0.3.0:lru-mem" ,
115- "//third-party/rust/crates/memchr/2.7.6:memchr" ,
116- "//third-party/rust/crates/natord/1.0.9:natord" ,
117- "//third-party/rust/crates/num_cpus/1.17.0:num_cpus" ,
118- "//third-party/rust/crates/path-absolutize/3.1.1:path-absolutize" ,
119- "//third-party/rust/crates/quickcheck/1.0.3:quickcheck" ,
120- "//third-party/rust/crates/rand/0.9.2:rand" ,
121- "//third-party/rust/crates/rand_chacha/0.9.0:rand_chacha" ,
122- "//third-party/rust/crates/rayon/1.11.0:rayon" ,
123- "//third-party/rust/crates/sea-orm/1.1.19:sea-orm" ,
124- "//third-party/rust/crates/serde/1.0.228:serde" ,
125- "//third-party/rust/crates/sha1/0.10.6:sha1" ,
126- "//third-party/rust/crates/sha2/0.10.9:sha2" ,
127- "//third-party/rust/crates/similar/2.7.0:similar" ,
128- "//third-party/rust/crates/tempfile/3.24.0:tempfile" ,
129- "//third-party/rust/crates/thiserror/2.0.18:thiserror" ,
130- "//third-party/rust/crates/threadpool/1.8.1:threadpool" ,
131- "//third-party/rust/crates/tokio-stream/0.1.18:tokio-stream" ,
132- "//third-party/rust/crates/tokio-util/0.7.18:tokio-util" ,
133- "//third-party/rust/crates/tokio/1.49.0:tokio" ,
134- "//third-party/rust/crates/tracing-subscriber/0.3.22:tracing-subscriber" ,
135- "//third-party/rust/crates/tracing/0.1.44:tracing" ,
136- "//third-party/rust/crates/uuid/1.19.0:uuid" ,
137- "//third-party/rust/crates/zstd-sys/2.0.16+zstd.1.5.7:zstd-sys" ,
138- ],
139- )
140-
141- rust_test (
142- name = "decode-index-pack" ,
143- srcs = [":git-internal-vendor" ],
144- crate = "decode_index_pack" ,
145- crate_root = "vendor/tests/decode-index-pack.rs" ,
146- edition = "2024" ,
147- features = [
148- "default" ,
149- "diff_mydrs" ,
150- ],
151- rustc_flags = ["@$(location :git-internal-manifest[env_flags])" ] + select ({
152- "prelude//os/constraints:windows" : select ({
153- "prelude//abi/constraints:gnu" : [
154- "@$(location //third-party/rust/crates/windows_x86_64_gnu/0.48.5:windows_x86_64_gnu-build-script-run[rustc_flags])" ,
155- "@$(location //third-party/rust/crates/windows_x86_64_gnu/0.53.1:windows_x86_64_gnu-build-script-run[rustc_flags])" ,
156- ],
157- "DEFAULT" : [
158- "@$(location //third-party/rust/crates/windows_x86_64_msvc/0.48.5:windows_x86_64_msvc-build-script-run[rustc_flags])" ,
159- "@$(location //third-party/rust/crates/windows_x86_64_msvc/0.53.1:windows_x86_64_msvc-build-script-run[rustc_flags])" ,
160- ],
161- }),
162- "DEFAULT" : [],
163- }),
164- visibility = ["PUBLIC" ],
165- deps = [
166- "//third-party/rust/crates/ahash/0.8.12:ahash" ,
167- "//third-party/rust/crates/async-trait/0.1.89:async-trait" ,
168- "//third-party/rust/crates/axum/0.8.8:axum" ,
169- "//third-party/rust/crates/bincode/2.0.1:bincode" ,
170- "//third-party/rust/crates/bstr/1.12.1:bstr" ,
171- "//third-party/rust/crates/byteorder/1.5.0:byteorder" ,
172- "//third-party/rust/crates/bytes/1.11.0:bytes" ,
173- "//third-party/rust/crates/chrono/0.4.43:chrono" ,
174- "//third-party/rust/crates/colored/3.1.1:colored" ,
175- "//third-party/rust/crates/crc32fast/1.5.0:crc32fast" ,
176- "//third-party/rust/crates/dashmap/6.1.0:dashmap" ,
177- "//third-party/rust/crates/diffs/0.5.1:diffs" ,
178- "//third-party/rust/crates/encoding_rs/0.8.35:encoding_rs" ,
179- "//third-party/rust/crates/flate2/1.1.8:flate2" ,
180- "//third-party/rust/crates/futures-util/0.3.31:futures-util" ,
181- "//third-party/rust/crates/futures/0.3.31:futures" ,
182- "//third-party/rust/crates/hex/0.4.3:hex" ,
183- "//third-party/rust/crates/libc/0.2.180:libc" ,
184- "//third-party/rust/crates/lru-mem/0.3.0:lru-mem" ,
185- "//third-party/rust/crates/memchr/2.7.6:memchr" ,
186- "//third-party/rust/crates/natord/1.0.9:natord" ,
187- "//third-party/rust/crates/num_cpus/1.17.0:num_cpus" ,
188- "//third-party/rust/crates/path-absolutize/3.1.1:path-absolutize" ,
189- "//third-party/rust/crates/quickcheck/1.0.3:quickcheck" ,
190- "//third-party/rust/crates/rand/0.9.2:rand" ,
191- "//third-party/rust/crates/rand_chacha/0.9.0:rand_chacha" ,
192- "//third-party/rust/crates/rayon/1.11.0:rayon" ,
193- "//third-party/rust/crates/sea-orm/1.1.19:sea-orm" ,
194- "//third-party/rust/crates/serde/1.0.228:serde" ,
195- "//third-party/rust/crates/sha1/0.10.6:sha1" ,
196- "//third-party/rust/crates/sha2/0.10.9:sha2" ,
197- "//third-party/rust/crates/similar/2.7.0:similar" ,
198- "//third-party/rust/crates/tempfile/3.24.0:tempfile" ,
199- "//third-party/rust/crates/thiserror/2.0.18:thiserror" ,
200- "//third-party/rust/crates/threadpool/1.8.1:threadpool" ,
201- "//third-party/rust/crates/tokio-stream/0.1.18:tokio-stream" ,
202- "//third-party/rust/crates/tokio-util/0.7.18:tokio-util" ,
203- "//third-party/rust/crates/tokio/1.49.0:tokio" ,
204- "//third-party/rust/crates/tracing-subscriber/0.3.22:tracing-subscriber" ,
205- "//third-party/rust/crates/tracing/0.1.44:tracing" ,
206- "//third-party/rust/crates/uuid/1.19.0:uuid" ,
207- "//third-party/rust/crates/zstd-sys/2.0.16+zstd.1.5.7:zstd-sys" ,
208- ":git_internal" ,
209- ],
210- )
0 commit comments