There was an error while loading. Please reload this page.
2 parents 435a13c + 6f003dc commit 5e10127Copy full SHA for 5e10127
1 file changed
.github/workflows/release.yml
@@ -62,6 +62,9 @@ jobs:
62
done
63
git clone --depth 1 https://github.com/array2d/kvspace-durable.git /tmp/kvspace-durable
64
cargo build --release --manifest-path /tmp/kvspace-durable/Cargo.toml
65
+ # durable 为 Rust(无 install 规则),手动装入后端目录,供 frontend dlopen
66
+ sudo mkdir -p "$PREFIX/lib/kvspace"
67
+ sudo cp /tmp/kvspace-durable/target/release/libkvspace_durable.dylib "$PREFIX/lib/kvspace/"
68
- name: 构建 runtime + layout
69
run: |
70
cmake -S runtime -B build/runtime -DCMAKE_BUILD_TYPE=Release -DKVSPACE_LIB_DIR="$KVSPACE_LIB_DIR"
0 commit comments