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
d8641e13
Commit
d8641e13
authored
2 years ago
by
Martin Kröning
Browse files
Options
Downloads
Patches
Plain Diff
Fix integration tests
parent
afbcfde3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/workflows/x86.yml
+1
-2
1 addition, 2 deletions
.github/workflows/x86.yml
src/arch/x86_64/kernel/mod.rs
+1
-1
1 addition, 1 deletion
src/arch/x86_64/kernel/mod.rs
with
2 additions
and
3 deletions
.github/workflows/x86.yml
+
1
−
2
View file @
d8641e13
...
...
@@ -81,8 +81,7 @@ jobs:
-
name
:
Integration tests (ubuntu)
working-directory
:
libhermit-rs
if
:
${{ matrix.os == 'ubuntu-latest' }}
run
:
cargo test --tests --no-fail-fast -- --bootloader_path=rusty-loader-x86_64
continue-on-error
:
true
run
:
cargo test --tests --no-fail-fast --target x86_64-unknown-none -- --bootloader_path=../rusty-loader-x86_64
-
name
:
Build release profile
run
:
cargo build -Zbuild-std=core,alloc,std,panic_abort -Zbuild-std-features=compiler-builtins-mem --target x86_64-unknown-hermit --release
-
name
:
Test release profile
...
...
This diff is collapsed.
Click to expand it.
src/arch/x86_64/kernel/mod.rs
+
1
−
1
View file @
d8641e13
...
...
@@ -30,7 +30,7 @@ pub mod pit;
pub
mod
processor
;
pub
mod
scheduler
;
pub
mod
serial
;
#[cfg(
not(test)
)]
#[cfg(
target_os
=
"none"
)]
mod
start
;
pub
mod
switch
;
pub
mod
systemtime
;
...
...
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