Skip to content

Commit

Permalink
Try ubuntu build instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
LinZhihao-723 committed Aug 16, 2024
1 parent e2e750e commit ce9d741
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
lib_install_scripts_dir=$script_dir/..

# NOTE: The remaining installation scripts depend on curl, so we install it first.
"$lib_install_scripts_dir"/install-curl.sh 8.9.1
"$lib_install_scripts_dir"/install-curl.sh 8.8.0

# NOTE: The remaining installation scripts depend on cmake and boost, so we install them beforehand.
"$lib_install_scripts_dir"/install-cmake.sh 3.21.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ set -u
script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
lib_install_scripts_dir=$script_dir/..

"$lib_install_scripts_dir"/install-curl.sh 8.9.1
"$lib_install_scripts_dir"/fmtlib.sh 8.0.1
"$lib_install_scripts_dir"/libarchive.sh 3.5.1
"$lib_install_scripts_dir"/lz4.sh 1.8.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \
libboost-filesystem-dev \
libboost-iostreams-dev \
libboost-program-options-dev \
libcurl4 \
libcurl4-openssl-dev \
libmariadb-dev \
libssl-dev \
Expand Down

0 comments on commit ce9d741

Please sign in to comment.