mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-12 10:48:19 -04:00
264e45eafc
# Description of Changes Introduce a hacky workaround to our `csharp-testsuite` to address missing `librusty_v8.a`: manually check for that file and manually build the package if it's missing. # API and ABI breaking changes CI-only change # Expected complexity level and risk 1 # Testing - [x] Locally tested removing the `librusty_v8.a` and then running `cargo clean -p v8 && cargo build -p v8`, and this does seem to repair it. - [x] The CI has run with a cache that is "broken", but successfully passes `csharp-testsuite` --------- Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>