Skip to content

Commit

Permalink
Add Cross.toml to fix Docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsproul committed Dec 17, 2024
1 parent 20bebb2 commit 869442a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cross.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[target.x86_64-unknown-linux-gnu]
pre-build = ["apt-get install -y cmake clang-5.0"]

[target.aarch64-unknown-linux-gnu]
pre-build = ["apt-get install -y cmake clang-5.0"]

0 comments on commit 869442a

Please sign in to comment.