Skip to content

Commit

Permalink
Copy over the build scripts from airstore
Browse files Browse the repository at this point in the history
Summary:
This diff copies just over the build scripts from the airstore build setup and makes some minor changes to the naming / README in the existing build files.

Now the build built wheels will be WS_Airstore rather than Airstore.

Adding bypass as this doesnt have anything to with OSS github repos

bypass-github-export-checks

Reviewed By: DevidXu

Differential Revision: D48868175

fbshipit-source-id: fbf5cf8e86bd2a310a4c9698158189f9b53adf5c
  • Loading branch information
manav-a authored and facebook-github-bot committed Sep 1, 2023
1 parent cc0da88 commit 89056c3
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions build/fbcode_builder/manifests/ws_airstore
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
[manifest]
name = ws_airstore
fbsource_path = fbcode/warm_storage/experimental/ws_airstore/
shipit_project = WS_AIRStore
shipit_fbcode_builder = true

[build.os=linux]
builder = cmake

[build.not(os=linux)]
# We only support Linux
builder = nop

[dependencies]
boost
libcurl
fizz
fmt
folly
googletest
libsodium
libevent
double-conversion
proxygen
wangle
zstd
zlib
xz

[shipit.pathmap]
fbcode/warm_storage/experimental/ws_airstore = .
fbcode/proxygen/lib/utils = proxygen/lib/utils

[shipit.strip]

0 comments on commit 89056c3

Please sign in to comment.