Skip to content

Commit

Permalink
Prefer higher libicu versions in installDependencies.sh (actions#1228)
Browse files Browse the repository at this point in the history
* Update libicu dependencies

* Remove redundant comments (methodname is enough)
  • Loading branch information
fhammerl authored Jul 27, 2021
1 parent a65331e commit e9a8bf2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Misc/layoutbin/installdependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ then
fi
}

# libssl version prefer: libssl1.1 -> libssl1.0.2 -> libssl1.0.0
apt_get_with_fallbacks libssl1.1$ libssl1.0.2$ libssl1.0.0$
if [ $? -ne 0 ]
then
Expand All @@ -103,8 +102,7 @@ then
exit 1
fi

# libicu version prefer: libicu66 -> libicu63 -> libicu60 -> libicu57 -> libicu55 -> libicu52
apt_get_with_fallbacks libicu66 libicu63 libicu60 libicu57 libicu55 libicu52
apt_get_with_fallbacks libicu72 libicu71 libicu70 libicu69 libicu68 libicu67 libicu66 libicu65 libicu63 libicu60 libicu57 libicu55 libicu52
if [ $? -ne 0 ]
then
echo "'$apt_get' failed with exit code '$?'"
Expand Down

0 comments on commit e9a8bf2

Please sign in to comment.