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
517e502a
Commit
517e502a
authored
2 years ago
by
Stefan Lankes
Browse files
Options
Downloads
Patches
Plain Diff
install virtiofsd within the CI
parent
f9e712a7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/ci.yml
+3
-2
3 additions, 2 deletions
.github/workflows/ci.yml
with
3 additions
and
2 deletions
.github/workflows/ci.yml
+
3
−
2
View file @
517e502a
...
...
@@ -126,7 +126,7 @@ jobs:
-
name
:
Install QEMU, NASM
run
:
|
sudo apt-get update
sudo apt-get install qemu-system-x86 nasm
sudo apt-get install qemu-system-x86 nasm
libcap-ng-dev libseccomp-dev
-
name
:
Checkout rusty-hermit
uses
:
actions/checkout@v3
with
:
...
...
@@ -148,6 +148,8 @@ jobs:
with
:
repo
:
hermitcore/rusty-loader
file
:
rusty-loader-x86_64
-
name
:
Install virtiofsd
run
:
cargo install virtiofsd
-
name
:
Test dev profile
run
:
|
qemu-system-x86_64 -display none -smp 1 -m 128M -serial stdio \
...
...
@@ -232,4 +234,3 @@ jobs:
-
name
:
Test kernel
run
:
qemu-system-aarch64 -semihosting -display none -serial stdio -kernel target/aarch64/debug/rusty-loader -machine virt,gic-version=max -m 512M -cpu max -smp
1
working-directory
:
loader
\ No newline at end of file
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