Skip to content

Commit

Permalink
Try configure linker for cross compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmmease committed Jul 16, 2023
1 parent 7e9d1fe commit a3f5b77
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ jobs:
sudo apt-get install gcc-aarch64-linux-gnu
- name: Build vegafusion-server
uses: actions-rs/cargo@v1
env:
RUSTFLAGS: "-C linker=aarch64-linux-gnu-gcc"
with:
command: build
args: -p vegafusion-server --release --features=protobuf-src --target=aarch64-unknown-linux-gnu
Expand Down

0 comments on commit a3f5b77

Please sign in to comment.