Skip to content

CI - Fix package job#4552

Draft
bfops wants to merge 10 commits intomasterfrom
bfops/fix-package-job
Draft

CI - Fix package job#4552
bfops wants to merge 10 commits intomasterfrom
bfops/fix-package-job

Conversation

@bfops
Copy link
Collaborator

@bfops bfops commented Mar 4, 2026

Description of Changes

We were unable to test #4473 because #workflowthings, and it turns out we broke the job.

Here I fixed the job and merge the two jobs into one.

API and ABI breaking changes

None. CI only.

Expected complexity level and risk

1

Testing

I ran a test job: https://github.com/clockworklabs/SpacetimeDB/actions/runs/22691343426/job/65787327828

  • Package job succeeds for non-windows
  • Package job succeeds on windows
    • and the binary is signed

@bfops bfops requested a review from jdetter as a code owner March 4, 2026 18:36
@bfops bfops marked this pull request as draft March 4, 2026 18:37
@bfops bfops changed the base branch from master to bfops/package-ci March 4, 2026 18:37
run: |
cargo build --release --target ${{ matrix.target }} -p spacetimedb-cli -p spacetimedb-standalone -p spacetimedb-update

- name: Package (unix)
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the diff here is garbage. tl;dr I just moved the two code-signing-related blocks into the main job and added the "if windows" condition

@bfops bfops changed the base branch from bfops/package-ci to master March 4, 2026 21:11

jobs:
build-cli:
if: ${{ !(startsWith(github.ref, 'refs/tags/') && matrix.target == 'x86_64-pc-windows-msvc') }}
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I merged the windows job into this one

@bfops bfops marked this pull request as ready for review March 4, 2026 22:04
@bfops bfops marked this pull request as draft March 4, 2026 22:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant