Skip to content

Commit

Permalink
use static curl version
Browse files Browse the repository at this point in the history
  • Loading branch information
olehnikolaiev committed Aug 1, 2023
1 parent 5264c5d commit ee5b9c2
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 ee5b9c2

Please sign in to comment.