From 757f5835cc42c3185d57772f535036681b5ae044 Mon Sep 17 00:00:00 2001 From: Cody Ohlsen Date: Thu, 30 May 2024 14:30:22 -0700 Subject: [PATCH] airstore: remove getdeps manifest, getdeps sandcastle integration Summary: X-link: https://github.com/facebook/wangle/pull/233 X-link: https://github.com/facebookexperimental/rust-shed/pull/54 X-link: https://github.com/facebookincubator/hsthrift/pull/132 X-link: https://github.com/facebookincubator/zstrong/pull/846 takes AIRStore off of getdeps! - remove our manifest file - remove our native-getdeps sandcastle integration Differential Revision: D57985865 --- build/fbcode_builder/manifests/airstore | 38 ------------------------- 1 file changed, 38 deletions(-) delete mode 100644 build/fbcode_builder/manifests/airstore diff --git a/build/fbcode_builder/manifests/airstore b/build/fbcode_builder/manifests/airstore deleted file mode 100644 index 21401c55ad2fd..0000000000000 --- a/build/fbcode_builder/manifests/airstore +++ /dev/null @@ -1,38 +0,0 @@ -[manifest] -name = airstore -fbsource_path = fbcode/fair_infra/data/airstore/ -shipit_project = AIRStore -shipit_fbcode_builder = true - -[git] -repo_url = https://github.com/fairinternal/AIRStore.git - -[build.os=linux] -builder = cmake - -[build.not(os=linux)] -# We only support Linux -builder = nop - -[dependencies] -libcurl -fizz -fmt -fbthrift -folly -googletest -libsodium -libevent -double-conversion -proxygen -wangle -zstd -zlib -xz - -[shipit.pathmap] -fbcode/fair_infra/data/airstore = . -fbcode/deeplearning/projects/fairstore/cpp = deeplearning/projects/fairstore/cpp -fbcode/proxygen/lib/utils = proxygen/lib/utils - -[shipit.strip]