Skip to content

Commit

Permalink
Try installing linkers directly
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdavidmackenzie committed Sep 18, 2024
1 parent 789d79a commit c294353
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ pr-run-mode = "plan"
install-path = "CARGO_HOME"
# Whether to install an updater program
install-updater = false
github-build-setup = "github-build-setup.yml"

[workspace.metadata.dist.github-custom-runners]
aarch64-apple-darwin = "macos-14"
Expand All @@ -119,7 +120,3 @@ x86_64-pc-windows-msvc = "windows-latest"

[package.metadata.cargo-all-features]
skip_optional_dependencies = true

[workspace.metadata.dist.dependencies.apt]
gcc-aarch64-linux-gnu = { version = '*', targets = ["aarch64-unknown-linux-gnu"] }
gcc-arm-linux-gnueabihf = { version = '*', targets = ["armv7-unknown-linux-gnueabihf"] }
4 changes: 4 additions & 0 deletions github-build-setup.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- name: Install armv7 and aarch64 Linkers
run: |
sudo apt-get install gcc-aarch64-linux-gnu
sudo apt-get install gcc-arm-linux-gnueabihf

0 comments on commit c294353

Please sign in to comment.