Skip to content
Snippets Groups Projects
Commit 3ffb2e48 authored by Martin Kröning's avatar Martin Kröning :crab:
Browse files

Revert "[REVERT] CI: Pin RustyHermit for xtask"

This reverts commit 70e1b5a6.
parent 77da9f1b
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,6 @@ jobs:
with:
repository: hermitcore/rusty-hermit
submodules: true
ref: 04ca4407fd6823972a6950e3d59a157208be4f00
- name: Remove libhermit-rs submodule
run: git rm -r libhermit-rs
- name: Checkout libhermit-rs
......
......@@ -44,7 +44,6 @@ jobs:
with:
repository: hermitcore/rusty-hermit
submodules: true
ref: 04ca4407fd6823972a6950e3d59a157208be4f00
- name: Remove libhermit-rs submodule
run: git rm -r libhermit-rs
- name: Checkout libhermit-rs
......
......@@ -37,7 +37,6 @@ build:demo:
- if [ -d "$HOME/tmp_libhermit-rs/target" ]; then rm -rf $HOME/tmp_libhermit-rs/target; fi
- git clone https://github.com/hermitcore/rusty-hermit.git
- cd rusty-hermit
- git checkout 04ca4407fd6823972a6950e3d59a157208be4f00
- echo "rusty-hermit at commit $(git rev-parse HEAD)"
# Ensure that libhermit-rs is empty - This shouldn't be necessary since we don't initialize the submodules
# But let's do it anyway to be safe
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment