Skip to content

Commit

Permalink
KVM-CI: Cleanup before cloning rusty-hermit
Browse files Browse the repository at this point in the history
  • Loading branch information
mkroening committed Jun 15, 2021
1 parent 1656e55 commit 9b75b95
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/kvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
kvm-ok
cd $GITHUB_WORKSPACE
cd ..
rm -rf rusty-hermit
git clone --recurse-submodules https://github.com/hermitcore/rusty-hermit.git
- name: KVM tests (debug)
shell: bash
Expand All @@ -52,9 +53,3 @@ jobs:
cd ../rusty-hermit
cargo build -p rusty_demo --release
RUST_LOG=debug $GITHUB_WORKSPACE/target/release/uhyve -v -c 1 target/x86_64-unknown-hermit/release/rusty_demo
- name: Cleanup environment
shell: bash
run: |
cd $GITHUB_WORKSPACE
cd ..
rm -rf rusty-hermit

0 comments on commit 9b75b95

Please sign in to comment.