Skip to content

Commit

Permalink
added Cross.toml for protoc compiler inside docker sandbox (#373)
Browse files Browse the repository at this point in the history
  • Loading branch information
arkanoider authored Oct 15, 2024
1 parent 72b570e commit d47080f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Cross.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[build]
pre-build = [
"apt update && apt install -y unzip",
"curl -LO https://github.com/protocolbuffers/protobuf/releases/download/v28.2/protoc-28.2-linux-x86_64.zip && unzip protoc-28.2-linux-x86_64.zip -d /usr/",
"chmod 755 /usr/bin/protoc"
]

0 comments on commit d47080f

Please sign in to comment.