Skip to content

Commit 7bb027d

Browse files
committed
CI: Update for hermit-entry version 2
1 parent a543bff commit 7bb027d

4 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ jobs:
8585
- uses: actions/checkout@v3
8686
with:
8787
repository: hermitcore/rusty-hermit
88+
ref: entry-next
8889
path: rusty-hermit
8990
submodules: true
9091
- name: Build rusty_demo

data/x86_64/hello_c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:f3626931a9a1a43b48a3085b000293eb627b5cf6f4b8b3efc33c0909a3fc3df2
3-
size 1612320
2+
oid sha256:8a9d08e49f90f58d65f821290f457a3d9cc0d547df59ea1ae7dee7f4e58343cf
3+
size 1614448

data/x86_64/hello_world

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:674c7b4c77e56bb3ecca46063ab1bd60b1904e97577c7a6a3a50e253378d5ee0
3-
size 1669840
2+
oid sha256:2f2144d204406bcce44150bbeae2009830a8625cada09b491db702d47fa9fd04
3+
size 5016736

tests/test-kernels/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ edition = "2018"
66
publish = false
77

88
[target.'cfg(target_os = "hermit")'.dependencies]
9-
hermit-sys = "0.2"
9+
hermit-sys = { version = "0.2", git = "https://github.com/hermitcore/rusty-hermit", branch = "entry-next" }

0 commit comments

Comments
 (0)