Commit d67c198
Add GitHub Actions CI workflow
Summary:
Adds a GitHub Actions CI workflow for the tintype OSS repo
(github.com/facebookincubator/tintype). The workflow builds and tests the
library on the Ubuntu + macOS × Python 3.12/3.13/3.14 matrix, installing the
required libzstd system dep and exercising the pybind11 C++17 extension build
via `pip install -v .`.
Key choices:
- `fail-fast: false` so every matrix combination reports independently.
- `allow-prereleases: true` on setup-python to support Python 3.14.
- `cache: 'pip'` on setup-python to reduce per-job install time.
- Workflow-level `permissions: contents: read` for least-privilege GITHUB_TOKEN.
- `timeout-minutes: 30` to fail fast on hung runs.
- Concurrency group cancels superseded PR runs.
The workflow file lands in the OSS repo via ShipIt once the companion
configerator change exports the .github/ directory.
Reviewed By: aperez
Differential Revision: D102836163
fbshipit-source-id: 0aed6e8f5d0ccec40c35bc2c939b841a4ad834171 parent d5c57f6 commit d67c198
1 file changed
Lines changed: 56 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
0 commit comments