Skip to content

Commit

Permalink
lmdb dep
Browse files Browse the repository at this point in the history
  • Loading branch information
adamspofford-dfinity committed Dec 11, 2024
1 parent cf020ce commit 0c7950e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/workflows/provision-darwin-arm64-build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
set -euxo pipefail

brew install protobuf
brew install protobuf lmdb
2 changes: 1 addition & 1 deletion scripts/workflows/provision-darwin-build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
set -euxo pipefail

brew install protobuf
brew install protobuf lmdb
2 changes: 1 addition & 1 deletion scripts/workflows/provision-linux-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ if [[ $# = 1 ]]; then # docker
fi

sudo apt-get update -y
sudo apt-get install "libudev-dev${arch-}" protobuf-compiler -y
sudo apt-get install "libudev-dev${arch-}" protobuf-compiler liblmdb-dev -y

0 comments on commit 0c7950e

Please sign in to comment.