Skip to content

Commit

Permalink
test static build
Browse files Browse the repository at this point in the history
Signed-off-by: Yuan Zhou <[email protected]>
  • Loading branch information
zhouyuan committed Dec 7, 2023
1 parent d5ecac5 commit e1a43df
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions dev/vcpkg/setup-build-depends.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ install_centos_7() {
bison \
java-1.8.0-openjdk java-1.8.0-openjdk-devel

# git>2.7.4
if [[ "$(git --version)" != "git version 2."* ]]; then
[ -f /etc/yum.repos.d/ius.repo ] || yum -y install https://repo.ius.io/ius-release-el7.rpm
yum -y remove git
yum -y install git236
fi
# # git>2.7.4
# if [[ "$(git --version)" != "git version 2."* ]]; then
# [ -f /etc/yum.repos.d/ius.repo ] || yum -y install https://repo.ius.io/ius-release-el7.rpm
# yum -y remove git
# yum -y install git236
# fi

# flex>=2.6.0
if [[ "$(PATH="/usr/local/bin:$PATH" flex --version 2>&1)" != "flex 2.6."* ]]; then
Expand Down

0 comments on commit e1a43df

Please sign in to comment.