We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c593bdb commit 55b544fCopy full SHA for 55b544f
.github/workflows/k8s-ci.yml
@@ -644,6 +644,8 @@ jobs:
644
run: |
645
. ~/.graphscope_env
646
export RPC_TARGET=start_rpc_server_k8s
647
+ rustup toolchain install 1.81.0
648
+ rustup default 1.81.0
649
cd interactive_engine/compiler && make build rpc.target=${RPC_TARGET}
650
cd ${GITHUB_WORKSPACE}
651
strip interactive_engine/executor/ir/target/release/${RPC_TARGET}
0 commit comments