Skip to content

Commit

Permalink
Change version to 7.76
Browse files Browse the repository at this point in the history
  • Loading branch information
LinZhihao-723 committed Feb 11, 2024
1 parent 1af36bd commit 58253bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ source /opt/rh/rh-git227/enable
# unbound variables in them.
set -u

./tools/scripts/lib_install/install-curl.sh 8.6.0
./tools/scripts/lib_install/install-curl.sh 7.76.0

# NOTE: cmake and boost must be installed first since the remaining packages depend on them
./tools/scripts/lib_install/install-cmake.sh 3.21.2
Expand Down
2 changes: 1 addition & 1 deletion components/core/tools/scripts/lib_install/install-curl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ tar xzf ${tar_filename}
cd curl-${version}

# Build
./configure --with-openssl
./configure
make -j${num_cpus}

# Install
Expand Down

0 comments on commit 58253bb

Please sign in to comment.