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
9ac83c6d
Commit
9ac83c6d
authored
2 years ago
by
Stefan Lankes
Browse files
Options
Downloads
Patches
Plain Diff
update toolchain also for the CI
parent
1ed27875
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/workflows/ci.yml
+2
-2
2 additions, 2 deletions
.github/workflows/ci.yml
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
with
3 additions
and
3 deletions
.github/workflows/ci.yml
+
2
−
2
View file @
9ac83c6d
...
...
@@ -227,9 +227,9 @@ jobs:
-
uses
:
Swatinem/rust-cache@v2
-
name
:
Build dev profile
run
:
cargo build -Zbuild-std=std,panic_abort --target aarch64-unknown-hermit --package hello_world
-
run
:
rustup toolchain install nightly-202
2
-0
8
-0
1
--target aarch64-unknown-none-softfloat --component llvm-tools-preview
-
run
:
rustup toolchain install nightly-202
3
-0
4
-0
5
--target aarch64-unknown-none-softfloat --component llvm-tools-preview
-
name
:
Build loader
run
:
cargo +nightly-202
2
-0
8
-0
1
xtask build --target aarch64
run
:
cargo +nightly-202
3
-0
4
-0
5
xtask build --target aarch64
working-directory
:
loader
env
:
HERMIT_APP
:
../../../../target/aarch64-unknown-hermit/debug/hello_world
...
...
This diff is collapsed.
Click to expand it.
Dockerfile
+
1
−
1
View file @
9ac83c6d
...
...
@@ -5,7 +5,7 @@ ENV RUSTUP_HOME=/usr/local/rustup \
CARGO_HOME=/usr/local/cargo \
PATH=/usr/local/cargo/bin:$PATH \
# Manually sync this with rust-toolchain.toml!
RUST_VERSION=nightly-2023-0
2
-0
7
\
RUST_VERSION=nightly-2023-0
4
-0
5
\
RUST_COMPONENTS="llvm-tools-preview rust-src" \
RUST_TARGETS="x86_64-unknown-none"
...
...
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