Skip to content

Commit

Permalink
Use rust-lld for linking tool on Linux AArch64
Browse files Browse the repository at this point in the history
Doesn't require a new dependency and still seems to work.

Signed-off-by: Ivan Velickovic <[email protected]>
  • Loading branch information
Ivan-Velickovic committed Oct 3, 2024
1 parent 7e72f0b commit 4c30a38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ jobs:
texlive-fonts-recommended texlive-fonts-extra \
libxml2-utils \
python3.9 python3-pip python3.9-venv \
qemu-system-arm qemu-system-misc \
gcc-aarch64-linux-gnu
qemu-system-arm qemu-system-misc
python3.9 -m venv pyenv
./pyenv/bin/pip install --upgrade pip setuptools wheel
./pyenv/bin/pip install -r requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion tool/microkit/.cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# SPDX-License-Identifier: BSD-2-Clause

[target.aarch64-unknown-linux-musl]
linker = "aarch64-linux-gnu-ld"
rustflags = ["-Clinker=rust-lld"]

0 comments on commit 4c30a38

Please sign in to comment.