Skip to content

Commit 258a53f

Browse files
authored
Install libc++ package on CI images of Ubuntu 24.04 (#420)
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.
1 parent 0246d26 commit 258a53f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: swift-ci/main/ubuntu/24.04/Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ RUN apt-get -y update && apt-get -y install \
1111
cmake \
1212
git \
1313
icu-devtools \
14+
libc++-18-dev \
15+
libc++abi-18-dev \
1416
libcurl4-openssl-dev \
1517
libedit-dev \
1618
libicu-dev \

0 commit comments

Comments
 (0)