Skip to content

Commit

Permalink
Test aarch build (#5)
Browse files Browse the repository at this point in the history
Try cross-compilation
  • Loading branch information
pnxenopoulos authored Jan 28, 2025
1 parent 497eeae commit d9e80b2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ jobs:
toolchain: stable
override: true

- name: Install cross-compilation tools
if: matrix.target == 'aarch64'
run: |
sudo apt-get update
sudo apt-get install -y gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
- name: Build Wheels
uses: PyO3/maturin-action@v1
env:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "litebook"
version = "0.0.1b1"
version = "0.0.1b2"
description = "A fast limit order book in Python utilizing a Rust backend"
license = {text = "MIT License"}
keywords = ["limit order book", "order book"]
Expand Down

0 comments on commit d9e80b2

Please sign in to comment.