Commit f6cf386
committed
ci: skip SPA build hook in jobs without bun
The setuptools build hook (setup.py) now runs build_ui.sh during every
'python -m build'/'make build'. Three jobs build a wheel but have no bun/uv
to compile the SPA and never shipped one:
- package-testing (install/import variant tests) — workflow-level env
- ci-tests build-and-package (CI wheel artifact)
- dev-containers build (wheel for container scan)
Set ORB_SKIP_UI_BUILD=1 on their builds so they package a core-only wheel,
matching prior behaviour. The release jobs (semantic-release, dev-pypi,
prod-release) set up bun and continue to build the full SPA.1 parent 310bb41 commit f6cf386
3 files changed
Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
232 | 236 | | |
233 | 237 | | |
234 | 238 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
130 | 134 | | |
131 | 135 | | |
132 | 136 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
20 | 26 | | |
21 | 27 | | |
22 | 28 | | |
| |||
0 commit comments