1
0
mirror of https://github.com/facebookincubator/mvfst.git synced 2025-04-18 17:24:03 +03:00

remove ZStrong as a fbcode_builder user

Summary:
X-link: https://github.com/facebookincubator/zstrong/pull/1266

ZStrong is moving away from fbcode_builder to use vanilla CMake. Removing this manifest so getdeps can stop considering the repo.

Reviewed By: terrelln

Differential Revision: D72397364

fbshipit-source-id: 5cbbd6edebe46a29aeddd93d848ad5a45e8d0aad
This commit is contained in:
Victor Zhang 2025-04-04 16:46:12 -07:00 committed by Facebook GitHub Bot
parent 9805b1f24d
commit b071bb674d

View File

@ -1,33 +0,0 @@
[manifest]
name = zstrong
[git]
repo_url = https://github.com/facebookincubator/zstrong.git
[build]
builder = cmake
[dependencies]
zstd
[dependencies.test=on]
benchmark
fmt
googletest
[shipit.pathmap]
fbcode/data_compression/experimental/zstrong = .
[shipit.strip]
^fbcode/data_compression/experimental/zstrong/zstrong/zs2_config\.h$
[cmake.defines]
BUILD_SHARED_LIBS=OFF
[cmake.defines.test=on]
BUILD_TESTS=ON
BUILD_BENCHMARKS=ON
[cmake.defines.test=off]
BUILD_TESTS=OFF
BUILD_BENCHMARKS=OFF