Skip to content

Commit

Permalink
chore(submodules): use zerokit v0.3.1 only (#1886)
Browse files Browse the repository at this point in the history
  • Loading branch information
rymnc authored Aug 9, 2023
1 parent 84f94d5 commit 311f5ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
path = vendor/zerokit
url = https://github.com/vacp2p/zerokit.git
ignore = dirty
branch = master
branch = v0.3.1
[submodule "vendor/nim-regex"]
path = vendor/nim-regex
url = https://github.com/nitely/nim-regex.git
Expand Down
2 changes: 1 addition & 1 deletion scripts/build_rln.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ fi
host_triplet=$(rustup show | grep "Default host: " | cut -d' ' -f3)

# Download the prebuilt rln library if it is available
if curl --silent --fail-with-body -L "https://github.com/vacp2p/zerokit/releases/download/nightly/$host_triplet-rln.tar.gz" >> "$host_triplet-rln.tar.gz"
if curl --silent --fail-with-body -L "https://github.com/vacp2p/zerokit/releases/download/v0.3.1/$host_triplet-rln.tar.gz" >> "$host_triplet-rln.tar.gz"
then
echo "Downloaded $host_triplet-rln.tar.gz"
tar -xzf "$host_triplet-rln.tar.gz"
Expand Down

0 comments on commit 311f5ea

Please sign in to comment.