Skip to content

Commit

Permalink
Merge pull request #206 from skalenetwork/fix-build-curl
Browse files Browse the repository at this point in the history
use static curl version
  • Loading branch information
olehnikolaiev authored Aug 1, 2023
2 parents 3eb0464 + 540086c commit 6fb4d5c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deps/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -895,6 +895,9 @@ then
then
echo -e "${COLOR_INFO}getting it from git${COLOR_DOTS}...${COLOR_RESET}"
git clone https://github.com/curl/curl.git
cd curl
git checkout curl-8_2_1
cd ..
echo -e "${COLOR_INFO}archiving it${COLOR_DOTS}...${COLOR_RESET}"
tar -czf curl-from-git.tar.gz ./curl
else
Expand Down

0 comments on commit 6fb4d5c

Please sign in to comment.