Skip to content

Commit

Permalink
Move to Cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksongoode committed Jul 6, 2024
1 parent 82f9f74 commit 91055d2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 22 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:
runs-on: ${{ matrix.os }}
env:
MACOSX_DEPLOYMENT_TARGET: 11.0
PKG_CONFIG_SYSROOT_DIR: /
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down
10 changes: 10 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,13 @@ opt-level = 2

[profile.dev.package.libsamplerate]
opt-level = 2

[workspace.metadata.cross.target]
image = "ghcr.io/cross-rs/{{TARGET}}: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
"""]
21 changes: 0 additions & 21 deletions Cross.toml

This file was deleted.

0 comments on commit 91055d2

Please sign in to comment.