diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 50432d74a3..7a7859f041 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -112,17 +112,17 @@ jobs: RUSTFLAGS: run-x86_64: - name: Run RustyHermit (x86_64) + name: Run Hermit for Rust (x86_64) runs-on: ubuntu-latest steps: - name: Install QEMU, NASM run: | sudo apt-get update sudo apt-get install qemu-system-x86 nasm libcap-ng-dev libseccomp-dev - - name: Checkout rusty-hermit + - name: Checkout hermit-rs uses: actions/checkout@v3 with: - repository: hermitcore/rusty-hermit + repository: hermitcore/hermit-rs submodules: true - name: Remove hermit-kernel submodule run: git rm -r kernel @@ -241,13 +241,13 @@ jobs: test $qemu_status -eq 3 run-aarch64: - name: Run RustyHermit (aarch64) + name: Run Hermit for Rust (aarch64) runs-on: ubuntu-latest steps: - - name: Checkout rusty-hermit + - name: Checkout hermit-rs uses: actions/checkout@v3 with: - repository: hermitcore/rusty-hermit + repository: hermitcore/hermit-rs submodules: true - name: Remove hermit-kernel submodule run: git rm -r kernel diff --git a/README.md b/README.md index bc7fc3851d..0e5e04b85b 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ This is the kernel of the [Hermit](https://github.com/hermitcore) unikernel proj Usually the kernel will be linked as static library to your applications. -- **Rust applications:** Instructions can be found in the [rusty-hermit](https://github.com/hermitcore/rusty-hermit) repository. +- **Rust applications:** Instructions can be found in the [hermit-rs](https://github.com/hermitcore/hermit-rs) repository. - **For C/C++ applications:** Instructions can be found in the [hermit-playground](https://github.com/hermitcore/hermit-playground) repository.