Commit 81434a7
authored
server binary fixes (#1474)
# why
Getting CI pipeline working to build server binaries
# what changed
Removed colons from fastify routes for windows compat, and updated so
that we're no longer using deprecated macos version for runner.
# test plan
See checkmarks in CI
<!-- This is an auto-generated description by cubic. -->
---
## Summary by cubic
Fixes CI builds for server SEA binaries by making route file paths
Windows-compatible and updating macOS runner versions.
- **Bug Fixes**
- Renamed route directories from v1/sessions/:id/* to v1/sessions/_id/*
and updated imports in server.ts and gen-openapi.ts to avoid colon
issues on Windows.
- **Dependencies**
- GitHub Actions now uses macos-15 and macos-15-intel runners (replacing
macos-latest and macos-13), and the build job name reflects binary_name.
<sup>Written for commit 526f95b.
Summary will update automatically on new commits.</sup>
<!-- End of auto-generated description by cubic. -->1 parent 8af65fa commit 81434a7
File tree
10 files changed
+16
-16
lines changed- .github/workflows
- packages/server
- scripts
- src
- routes/v1/sessions/_id
10 files changed
+16
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments