Skip to content

Commit

Permalink
RES-1545: Fetch the latest protoc for pathfinder
Browse files Browse the repository at this point in the history
  • Loading branch information
hansaaviksoo committed Oct 16, 2024
1 parent a438a55 commit 1e4cf62
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/pathfinder/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ set -euo pipefail
cd "${DEPOT_PROJECT_NAME}"
mkdir bin

curl -OL https://github.com/google/protobuf/releases/download/v3.15.8/protoc-3.15.8-linux-x86_64.zip
unzip protoc-3.15.8-linux-x86_64.zip -d protoc3
sudo mv protoc3/bin/* /usr/local/bin/
sudo mv protoc3/include/* /usr/local/include/

cargo build --release --bin pathfinder

build_binaries="$(deno run --allow-read --allow-env ../utils/binaries.ts)"
Expand Down

0 comments on commit 1e4cf62

Please sign in to comment.