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
3ffb2e48
Commit
3ffb2e48
authored
3 years ago
by
Martin Kröning
Browse files
Options
Downloads
Patches
Plain Diff
Revert "[REVERT] CI: Pin RustyHermit for xtask"
This reverts commit
70e1b5a6
.
parent
77da9f1b
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
+0
-1
0 additions, 1 deletion
.github/workflows/aarch64.yml
.github/workflows/x86.yml
+0
-1
0 additions, 1 deletion
.github/workflows/x86.yml
.gitlab-ci.yml
+0
-1
0 additions, 1 deletion
.gitlab-ci.yml
with
0 additions
and
3 deletions
.github/workflows/aarch64.yml
+
0
−
1
View file @
3ffb2e48
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
.github/workflows/x86.yml
+
0
−
1
View file @
3ffb2e48
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
+
0
−
1
View file @
3ffb2e48
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
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