mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 13:17:54 +00:00
Add libc++ and libc++abi for all Ubuntu images (#1315)
PR for #1314 - modifies the existing script to add libc++ and libc++abi to all Ubuntu images, rather than just 16.04.
This commit is contained in:
@@ -38,7 +38,9 @@ common_packages="dnsutils
|
||||
gnupg2
|
||||
lib32z1
|
||||
texinfo
|
||||
libsqlite3-dev"
|
||||
libsqlite3-dev
|
||||
libc++-dev
|
||||
libc++abi-dev"
|
||||
|
||||
cmd_packages="curl
|
||||
file
|
||||
@@ -83,8 +85,6 @@ apt-get install -y --no-install-recommends $libcurelVer
|
||||
# install additional packages only for Ubuntu16.04
|
||||
if isUbuntu16; then
|
||||
common_packages="$common_packages
|
||||
libc++-dev
|
||||
libc++abi-dev
|
||||
libicu55"
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user