Skip to content

Commit d00efae

Browse files
authored
Make sure libc++abi is installed along with libc++ (swiftlang#408)
This is a follow-up to swiftlang#402. This fixes Swift CI test failures: ``` /usr/bin/ld.gold: error: cannot find -lc++abi ```
1 parent 7b194ef commit d00efae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

swift-ci/master/ubuntu/22.04/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ RUN apt-get -y update && apt-get -y install \
1212
git \
1313
icu-devtools \
1414
libc++-15-dev \
15+
libc++abi-15-dev \
1516
libcurl4-openssl-dev \
1617
libedit-dev \
1718
libicu-dev \

0 commit comments

Comments
 (0)