From 1e35a1b8ca5cfc7a71ab0c2fcc435d8bef237e9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kr=C3=B6ning?= Date: Sun, 14 Aug 2022 22:07:47 +0200 Subject: [PATCH] Bump hermit-entry to 0.9.1 --- .github/workflows/ci.yml | 1 + Cargo.lock | 4 ++-- data/x86_64/hello_c | 4 ++-- data/x86_64/hello_world | 4 ++-- tests/test-kernels/Cargo.toml | 2 +- 5 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 16454c7b..0434ded8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,6 +85,7 @@ jobs: - uses: actions/checkout@v3 with: repository: hermitcore/rusty-hermit + ref: entry-fix path: rusty-hermit submodules: true - name: Build rusty_demo diff --git a/Cargo.lock b/Cargo.lock index 5b7cf083..9b515428 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -409,9 +409,9 @@ dependencies = [ [[package]] name = "hermit-entry" -version = "0.9.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03a1b7069be6e7c467882a40d0d0f7a849cfba37cfaab783877dbb2952fb05af" +checksum = "6decc531b731ff869007d027547adc48446591650c065dd04c98bd65d420c3e5" dependencies = [ "goblin", "log", diff --git a/data/x86_64/hello_c b/data/x86_64/hello_c index d5d76d20..f43bfcff 100755 --- a/data/x86_64/hello_c +++ b/data/x86_64/hello_c @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8a9d08e49f90f58d65f821290f457a3d9cc0d547df59ea1ae7dee7f4e58343cf -size 1614448 +oid sha256:311bf384aa6de7cad731318d4cf18440b55c0d58516363c68602c47120f16779 +size 1614800 diff --git a/data/x86_64/hello_world b/data/x86_64/hello_world index fb92ae9d..facf1b3e 100755 --- a/data/x86_64/hello_world +++ b/data/x86_64/hello_world @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2f2144d204406bcce44150bbeae2009830a8625cada09b491db702d47fa9fd04 -size 5016736 +oid sha256:de945fe36312012702b58cd84a2595ffe9ecbca0d83b3ea7607fdfbbeb2a3066 +size 5016632 diff --git a/tests/test-kernels/Cargo.toml b/tests/test-kernels/Cargo.toml index cb084b71..9230d09a 100644 --- a/tests/test-kernels/Cargo.toml +++ b/tests/test-kernels/Cargo.toml @@ -6,4 +6,4 @@ edition = "2018" publish = false [target.'cfg(target_os = "hermit")'.dependencies] -hermit-sys = "0.3" +hermit-sys = { version = "0.3", git = "https://github.com/hermitcore/rusty-hermit", branch = "entry-fix" }