Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ACS
Public
HermitCore
libhermit-rs
Commits
b964ca3a
Commit
b964ca3a
authored
Aug 18, 2021
by
Stefan Lankes
Browse files
add rules to build the loader
parent
3c836733
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/aarch64.yml
View file @
b964ca3a
...
...
@@ -41,7 +41,12 @@ jobs:
working-directory
:
libhermit-rs
run
:
cargo build --no-default-features --target aarch64-unknown-hermit
-
name
:
Build dev profile
run
:
cargo build --target aarch64-unknown-hermit -p hello_world
run
:
cargo build --target aarch64-unknown-hermit -p hello_world
-
name
:
Build loader
run
:
make arch=aarch64
working-directory
:
loader
env
:
HERMIT_APP
:
../../../target/aarch64-unknown-hermit/debug/hello_world
-
name
:
Install QEMU (ubuntu)
if
:
${{ matrix.os == 'ubuntu-latest' }}
run
:
|
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment