Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
kernel
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ACS
Public
HermitOS
kernel
Commits
70e1b5a6
Commit
70e1b5a6
authored
3 years ago
by
Martin Kröning
Browse files
Options
Downloads
Patches
Plain Diff
[REVERT] CI: Pin RustyHermit for xtask
parent
6d0d0ff0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.github/workflows/aarch64.yml
+1
-0
1 addition, 0 deletions
.github/workflows/aarch64.yml
.github/workflows/x86.yml
+1
-0
1 addition, 0 deletions
.github/workflows/x86.yml
.gitlab-ci.yml
+1
-0
1 addition, 0 deletions
.gitlab-ci.yml
with
3 additions
and
0 deletions
.github/workflows/aarch64.yml
+
1
−
0
View file @
70e1b5a6
...
...
@@ -28,6 +28,7 @@ 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
...
...
This diff is collapsed.
Click to expand it.
.github/workflows/x86.yml
+
1
−
0
View file @
70e1b5a6
...
...
@@ -44,6 +44,7 @@ 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
...
...
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
+
1
−
0
View file @
70e1b5a6
...
...
@@ -37,6 +37,7 @@ 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
...
...
This diff is collapsed.
Click to expand it.
Martin Kröning
@mkroening
mentioned in commit
3ffb2e48
·
3 years ago
mentioned in commit
3ffb2e48
mentioned in commit 3ffb2e4818f17bbe6afbbe0ee35a376e9b3af955
Toggle commit list
Stefan Lankes
@slankes
mentioned in commit
50a8fd4f
·
3 years ago
mentioned in commit
50a8fd4f
mentioned in commit 50a8fd4f6a34b299dd9cb084d4f70e61b8f9f299
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment