Skip to content

Commit

Permalink
Simple
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksongoode committed Jul 6, 2024
1 parent 1171eed commit 4881699
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions Cross.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[target.x86_64-unknown-linux-gnu]
image = "ghcr.io/cross-rs/x86_64-unknown-linux-gnu:edge"
[build]
pre-build = ["""
dpkg --add-architecture $CROSS_DEB_ARCH && \
apt-get update && apt-get --assume-yes install \
Expand All @@ -8,12 +7,8 @@ pre-build = ["""
libasound2-dev:$CROSS_DEB_ARCH
"""]

[target.x86_64-unknown-linux-gnu]
image = "ghcr.io/cross-rs/x86_64-unknown-linux-gnu:edge"

[target.aarch64-unknown-linux-gnu]
image = "ghcr.io/cross-rs/aarch64-unknown-linux-gnu:edge"
pre-build = ["""
dpkg --add-architecture $CROSS_DEB_ARCH && \
apt-get update && apt-get --assume-yes install \
libgtk-3-dev:$CROSS_DEB_ARCH \
libssl-dev:$CROSS_DEB_ARCH \
libasound2-dev:$CROSS_DEB_ARCH
"""]

0 comments on commit 4881699

Please sign in to comment.