Skip to content

Commit

Permalink
Install libc++ package on CI images of Ubuntu 24.04
Browse files Browse the repository at this point in the history
This adds a `libc++-18-dev` package to the list of packages installed on a CI image of Ubuntu 24.04.

Swift is now capable of compiling code that uses C++ interop with libc++ on Linux. Having the libc++ package installed provides us with CI coverage of the feature.

This is similar to #402.
  • Loading branch information
egorzhdan committed Nov 8, 2024
1 parent 0246d26 commit eb8864c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions swift-ci/main/ubuntu/24.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ RUN apt-get -y update && apt-get -y install \
cmake \
git \
icu-devtools \
libc++-18-dev \
libc++abi-18-dev \
libcurl4-openssl-dev \
libedit-dev \
libicu-dev \
Expand Down

0 comments on commit eb8864c

Please sign in to comment.