Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
e330759
[bfops/package-on-gh-runner]: CI - Move the Package job to ubuntu-latest
bfops Oct 31, 2025
60f7298
[bfops/fix-nuget-smoketests]: Rebase PR
bfops Oct 31, 2025
747b240
[bfops/bump-versions]: Bump versions to 1.7.0
bfops Oct 31, 2025
38165f0
[release/v1.7.0]: Revert "Index a view's metadata columns (#3540)"
bfops Oct 31, 2025
904be75
[release/v1.7.0]: Revert "Add system table for tracking view subscrib…
bfops Oct 31, 2025
9203a2b
[release/v1.7.0]: Revert "WASM host execution for procedures (#3498)"
bfops Oct 31, 2025
cc384f5
[release/v1.7.0]: Revert "Compute read sets for MutTxId via InstanceE…
bfops Oct 31, 2025
0012405
[release/v1.7.0]: Revert "Auto-migration rules for views (#3484)"
bfops Oct 31, 2025
48e6689
[release/v1.7.0]: Revert "Make `name` a required parameter of `view` …
bfops Oct 31, 2025
59e566d
[release/v1.7.0]: Revert "Rust module bindings and macros for definin…
bfops Oct 31, 2025
58f3c31
[release/v1.7.0]: Revert "Remove `connection_id` from ViewContext (#3…
bfops Oct 31, 2025
3301a99
[release/v1.7.0]: Revert "Add macro bindings for views (#3429)"
bfops Oct 31, 2025
6c277b2
[release/v1.7.0]: Revert "Add module def types for views (#3427)"
bfops Oct 31, 2025
0f1bc12
[release/v1.7.0]: Revert "add system tables for views (#3419)"
bfops Oct 31, 2025
bc13c8f
[release/v1.7.0]: Revert "ModuleDef and schema changes to support pro…
bfops Oct 31, 2025
e33a3ff
[release/v1.7.0]: Merge remote-tracking branch 'origin/bfops/package-…
bfops Oct 31, 2025
89a1f97
[release/v1.7.0]: Merge remote-tracking branch 'origin/bfops/fix-nuge…
bfops Oct 31, 2025
02c67d1
[release/v1.7.0]: Merge remote-tracking branch 'origin/bfops/bump-ver…
bfops Oct 31, 2025
f186264
[release/v1.7.0]: Update DLLs to 1.7.0
bfops Nov 3, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
include:
- { name: x86_64 Linux, target: x86_64-unknown-linux-gnu, runner: bare-metal, container: 'debian:bookworm' }
- { name: x86_64 Linux, target: x86_64-unknown-linux-gnu, runner: ubuntu-latest }
- { name: aarch64 Linux, target: aarch64-unknown-linux-gnu, runner: arm-runner }
# Disabled because musl builds weren't working and we didn't want to investigate. See https://github.com/clockworklabs/SpacetimeDB/pull/2964.
# - { name: x86_64 Linux musl, target: x86_64-unknown-linux-musl, runner: bare-metal, container: alpine }
Expand Down
Loading
Loading