File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
score/mw/com/example/ipc_bridge_hi_wrapper Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " eclipse-s-core" ,
33 "image" : " ghcr.io/eclipse-score/devcontainer:latest" ,
4- "initializeCommand " : " mkdir -p ${localEnv:HOME}/.cache/bazel "
4+ "postStartCommand " : " ssh-keygen -f '/home/vscode/.ssh/known_hosts' -R '[localhost]:2222' "
55}
Original file line number Diff line number Diff line change @@ -81,6 +81,7 @@ genrule(
8181 cp $(RULEDIR)/deb-qemuarm64/* $(RULEDIR)/deb-qemuarm64-modified/ &&\
8282 $(location run_qemu.sh) $(RULEDIR)/deb-qemuarm64-modified -pidfile $(RULEDIR)/qemu.pid > $(RULEDIR)/qemu_upload.log &\
8383 sleep 30 ; \
84+ ssh-keygen -f '/home/vscode/.ssh/known_hosts' -R '[localhost]:2222' && \
8485 sshpass -p linux scp -o StrictHostKeyChecking=no -P 2222 $(location :ipc_bridge_cpp_sil) root@localhost:/usr/bin &&\
8586 sshpass -p linux scp -o StrictHostKeyChecking=no -P 2222 $(location //score/mw/com/example/ipc_bridge:ipc_bridge_cpp) root@localhost:/usr/bin &&\
8687 sshpass -p linux scp -o StrictHostKeyChecking=no -P 2222 $(location :hi_app) root@localhost:/usr/bin &&\
You can’t perform that action at this time.
0 commit comments