Skip to content

Commit 8d3aa05

Browse files
jbower-fbmeta-codesync[bot]
authored andcommitted
Add 3.14 OSS build with getdeps
Summary: This should help get signal on our diffs if we break the getdeps and non-getdeps OSS builds. Reviewed By: alexmalyshev, yoney Differential Revision: D87088806 fbshipit-source-id: de70988b52b1311db261535992840c1e486b610e
1 parent 3fbe8da commit 8d3aa05

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
[manifest]
2+
name = cinderx-3_14
3+
fbsource_path = fbcode/cinderx
4+
shipit_project = facebookincubator/cinderx
5+
6+
[git]
7+
repo_url = https://github.com/facebookincubator/cinderx.git
8+
9+
[build.os=linux]
10+
builder = setup-py
11+
12+
[build.not(os=linux)]
13+
builder = nop
14+
15+
[dependencies]
16+
python-setuptools
17+
python-3_14
18+
19+
[shipit.pathmap]
20+
fbcode/cinderx = cinderx
21+
fbcode/cinderx/oss_toplevel = .
22+
23+
[setup-py.test]
24+
python_script = cinderx/PythonLib/test_cinderx/test_oss_quick.py
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# This is primarily to support CinderX's CI, so it's not heavily configured.
2+
3+
[manifest]
4+
name = python-3_14
5+
6+
[git]
7+
repo_url = https://github.com/python/cpython.git
8+
branch = 3.14
9+
10+
[build]
11+
builder = autoconf

0 commit comments

Comments
 (0)