Skip to content

Commit 2f9abc9

Browse files
committed
Merge branch 'master' into shub/table-name-to-accessor
2 parents 0644ebf + 2ec07a3 commit 2f9abc9

620 files changed

Lines changed: 20926 additions & 22628 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ci.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
timeout-minutes: 120
3333
env:
3434
CARGO_TARGET_DIR: ${{ github.workspace }}/target
35+
SPACETIMEDB_CPP_DIR: ${{ github.workspace }}/crates/bindings-cpp
3536
steps:
3637
- name: Find Git ref
3738
env:
@@ -957,14 +958,15 @@ jobs:
957958
exit 1
958959
}
959960
960-
- name: Check client-api bindings are up to date
961-
working-directory: sdks/csharp
962-
run: |
963-
bash tools~/gen-client-api.sh
964-
"${GITHUB_WORKSPACE}"/tools/check-diff.sh src/SpacetimeDB/ClientApi || {
965-
echo 'Error: Client API bindings are dirty. Please run `sdks/csharp/tools~/gen-client-api.sh`.'
966-
exit 1
967-
}
961+
# TODO: Re-enable this once csharp is using the v2 ws api.
962+
# - name: Check client-api bindings are up to date
963+
# working-directory: sdks/csharp
964+
# run: |
965+
# bash tools~/gen-client-api.sh
966+
# "${GITHUB_WORKSPACE}"/tools/check-diff.sh src/SpacetimeDB/ClientApi || {
967+
# echo 'Error: Client API bindings are dirty. Please run `sdks/csharp/tools~/gen-client-api.sh`.'
968+
# exit 1
969+
# }
968970

969971
- name: Start SpacetimeDB
970972
run: |

0 commit comments

Comments
 (0)