Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
22 changes: 0 additions & 22 deletions .github/actions/keynote-bench-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ inputs:
description: Path to the public SpacetimeDB checkout in the caller workspace
required: false
default: .
rust_cache_workspaces:
description: Workspace paths passed to Swatinem/rust-cache
required: true

runs:
using: composite
Expand All @@ -19,25 +16,6 @@ runs:
shell: bash
run: rustup default $(rustup show active-toolchain | cut -d' ' -f1)

- name: Cache Rust dependencies
uses: Swatinem/rust-cache@v2
with:
workspaces: ${{ inputs.rust_cache_workspaces }}
shared-key: spacetimedb
save-if: false
prefix-key: v1

- name: Check v8 outputs
shell: bash
run: |
find "${CARGO_TARGET_DIR}"/ -type f | grep '[/_]v8' || true
if ! [ -f "${CARGO_TARGET_DIR}"/release/gn_out/obj/librusty_v8.a ]; then
echo "Could not find v8 output file librusty_v8.a; rebuilding manually."
cargo clean --release -p v8 || true
cargo build --release -p v8
fi
working-directory: ${{ inputs.public_root }}

- name: Build public keynote benchmark binaries
shell: bash
run: cargo build --release -p spacetimedb-cli -p spacetimedb-standalone
Expand Down
Loading
Loading