Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems committed Dec 14, 2023
1 parent a20cfb3 commit 9ef365a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@ jobs:
context: rm-docker
- name: Build codexctl
run: |
df -h /var/lib/docker
docker buildx du
docker run --rm -v .:/src rm-docker:qemu-toltec-codexctl
- uses: actions/upload-artifact@v3
with:
Expand Down
9 changes: 8 additions & 1 deletion scripts/run_build.sh
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
#!/bin/bash
set -e

run_vm.sh -serial null -daemonize
run_vm.sh \
-serial null \
-daemonize

wait_ssh.sh

rsync -avr \
--exclude ".git" \
--exclude "rm-docker" \
--filter=':- .gitignore' \
/src \
root@localhost:/opt/tmp

ssh root@localhost 'bash -l -c /opt/bin/build.sh'

rsync -avr root@localhost:/opt/tmp/src/dist /src

save_vm.sh

0 comments on commit 9ef365a

Please sign in to comment.