Skip to content

Commit 6920e59

Browse files
committed
[REVERT] CI: Pin RustyHermit for xtask
1 parent 6d0d0ff commit 6920e59

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/aarch64.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
with:
2929
repository: hermitcore/rusty-hermit
3030
submodules: true
31+
ref: cc4e1de12dcdce44f78e483a38c4828399612fe6
3132
- name: Remove libhermit-rs submodule
3233
run: git rm -r libhermit-rs
3334
- name: Checkout libhermit-rs

.github/workflows/x86.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
with:
4545
repository: hermitcore/rusty-hermit
4646
submodules: true
47+
ref: cc4e1de12dcdce44f78e483a38c4828399612fe6
4748
- name: Remove libhermit-rs submodule
4849
run: git rm -r libhermit-rs
4950
- name: Checkout libhermit-rs

.gitlab-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ build:demo:
3737
- if [ -d "$HOME/tmp_libhermit-rs/target" ]; then rm -rf $HOME/tmp_libhermit-rs/target; fi
3838
- git clone https://github.com/hermitcore/rusty-hermit.git
3939
- cd rusty-hermit
40+
- git checkout cc4e1de12dcdce44f78e483a38c4828399612fe6
4041
- echo "rusty-hermit at commit $(git rev-parse HEAD)"
4142
# Ensure that libhermit-rs is empty - This shouldn't be necessary since we don't initialize the submodules
4243
# But let's do it anyway to be safe

0 commit comments

Comments
 (0)