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
5653b46a
Commit
5653b46a
authored
2 years ago
by
Martin Kröning
Browse files
Options
Downloads
Patches
Plain Diff
CI: Remove explicit build-std for kernel
parent
ac025984
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/doc.yml
+3
-2
3 additions, 2 deletions
.github/workflows/doc.yml
.github/workflows/publish_docs.yml
+1
-1
1 addition, 1 deletion
.github/workflows/publish_docs.yml
.gitlab-ci.yml
+4
-4
4 additions, 4 deletions
.gitlab-ci.yml
with
8 additions
and
7 deletions
.github/workflows/doc.yml
+
3
−
2
View file @
5653b46a
...
...
@@ -26,9 +26,10 @@ jobs:
-
uses
:
actions/checkout@v3
-
name
:
Rustup (apply rust-toolchain.toml)
run
:
rustup show
-
run
:
rustup target add aarch64-unknown-none-softfloat
-
name
:
Doc
env
:
RUSTDOCFLAGS
:
-D warnings
run
:
|
cargo doc
-Z build-std=core,alloc
--package libhermit-rs --no-deps --document-private-items --target x86_64-unknown-none
cargo doc
-Z build-std=core,alloc
--package libhermit-rs --no-deps --document-private-items --target aarch64-unknown-none-softfloat
cargo doc --package libhermit-rs --no-deps --document-private-items --target x86_64-unknown-none
cargo doc --package libhermit-rs --no-deps --document-private-items --target aarch64-unknown-none-softfloat
This diff is collapsed.
Click to expand it.
.github/workflows/publish_docs.yml
+
1
−
1
View file @
5653b46a
...
...
@@ -21,7 +21,7 @@ jobs:
sudo apt-get update
sudo apt-get install nasm
-
name
:
Generate documentation
run
:
cargo doc
-Zbuild-std=core,alloc
--target x86_64-unknown-none --package libhermit-rs
run
:
cargo doc --target x86_64-unknown-none --package libhermit-rs
-
name
:
Generate index.html
run
:
|
cat > target/x86_64-unknown-none/doc/index.html <<EOL
...
...
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
+
4
−
4
View file @
5653b46a
...
...
@@ -55,11 +55,11 @@ test:integration:
-
lscpu
-
kvm-ok
-
python3 --version
-
HERMIT_LOG_LEVEL_FILTER=Debug cargo test --test '*' --no-fail-fast
-Z build-std=core,alloc
-Z build-std-features=compiler-builtins-mem
--no-default-features --features=pci,acpi
-
HERMIT_LOG_LEVEL_FILTER=Debug cargo test --test '*' --no-fail-fast
--no-default-features --features=pci,acpi
--target x86_64-unknown-none -- --veryverbose
-
HERMIT_LOG_LEVEL_FILTER=Debug cargo test --test '*' --no-fail-fast
-Z build-std=core,alloc
-Z build-std-features=compiler-builtins-mem
--no-default-features --features=pci,acpi
-
HERMIT_LOG_LEVEL_FILTER=Debug cargo test --test '*' --no-fail-fast
--no-default-features --features=pci,acpi
--target x86_64-unknown-none -- --num_cores
2
--veryverbose
tags
:
...
...
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