Skip to content

Commit

Permalink
Make sure libc++abi is installed along with libc++ (#408)
Browse files Browse the repository at this point in the history
This is a follow-up to #402.

This fixes Swift CI test failures:
```
/usr/bin/ld.gold: error: cannot find -lc++abi
```
  • Loading branch information
egorzhdan authored Aug 23, 2024
1 parent 7b194ef commit d00efae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions swift-ci/master/ubuntu/22.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RUN apt-get -y update && apt-get -y install \
git \
icu-devtools \
libc++-15-dev \
libc++abi-15-dev \
libcurl4-openssl-dev \
libedit-dev \
libicu-dev \
Expand Down

0 comments on commit d00efae

Please sign in to comment.