Skip to content

Commit

Permalink
Merge pull request #864 from hermitcore/rename-rusty-hermit
Browse files Browse the repository at this point in the history
chore: rename RustyHermit to Hermit
  • Loading branch information
mkroening authored Aug 26, 2023
2 parents b2c3623 + b36b762 commit 8eea3eb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Expand Down

0 comments on commit 8eea3eb

Please sign in to comment.