Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ACS
Public
HermitCore
rusty-loader
Commits
1520d546
Commit
1520d546
authored
May 15, 2021
by
Stefan Lankes
Browse files
remove obsolete dependency to nasm
- nasm doesn't support aarch64
parent
53191142
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/aarch64.yml
View file @
1520d546
...
...
@@ -38,12 +38,12 @@ jobs:
submodules
:
true
-
name
:
Check Cargo availability
run
:
cargo --version
-
name
:
Install qemu
/nasm
(apt)
run
:
sudo apt-get update --fix-missing && sudo apt-get install qemu-system-
x86 nasm
-
name
:
Install qemu (apt)
run
:
sudo apt-get update --fix-missing && sudo apt-get install qemu-system-
aarch64
if
:
${{ matrix.os == 'ubuntu-latest' }}
-
name
:
Install qemu
/nasm
(macos)
-
name
:
Install qemu (macos)
run
:
|
brew install qemu
nasm
brew install qemu
if
:
${{ matrix.os == 'macOS-latest' }}
-
name
:
Build loader (unix)
run
:
make arch=aarch64
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment