Skip to content

Commit

Permalink
Update Cross.toml to include pre-build steps for aarch64-unknown-linu…
Browse files Browse the repository at this point in the history
…x-gnu target
  • Loading branch information
Matthew Orris committed Mar 13, 2024
1 parent 27e2bc2 commit c35a1d6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Cross.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[build]
dockerfile = "./tools/ci/docker/aarch64-unknown-linux-gnu.dockerfile"
# [build]
# dockerfile = "./tools/ci/docker/aarch64-unknown-linux-gnu.dockerfile"

# [target.aarch64-unknown-linux-gnu]
# pre-build = [
# "apt-get update && apt-get install -y protobuf-compiler",
# "rm -rf /var/lib/apt/lists/*",
# ]
[target.aarch64-unknown-linux-gnu]
pre-build = [
"apt-get update && apt-get install -y protobuf-compiler",
"rm -rf /var/lib/apt/lists/*",
]

0 comments on commit c35a1d6

Please sign in to comment.