From 6c1663ceb3803c5b2adb31e28bb84e65a802aa54 Mon Sep 17 00:00:00 2001 From: Cody Ohlsen Date: Mon, 3 Jun 2024 16:29:22 -0700 Subject: [PATCH] airstore: remove getdeps manifest, getdeps sandcastle integration Summary: X-link: https://github.com/facebook/fb303/pull/51 X-link: https://github.com/facebook/folly/pull/2220 X-link: https://github.com/facebook/proxygen/pull/501 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 Reviewed By: jamestaylr Differential Revision: D57985865 fbshipit-source-id: cd99755a533ee297365b74204a0ed10180ce4b80 --- 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 21401c55..00000000 --- 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]