We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fc24f0 commit be65db1Copy full SHA for be65db1
Sources/LinuxPlatform/Linux.swift
@@ -137,6 +137,27 @@ public struct Linux: Platform {
137
"tzdata",
138
"zlib1g-dev",
139
]
140
+ case "ubuntu2310":
141
+ [
142
+ "binutils",
143
+ "git",
144
+ "unzip",
145
+ "gnupg2",
146
+ "libc6-dev",
147
+ "libcurl4-openssl-dev",
148
+ "libedit2",
149
+ "libgcc-12-dev",
150
+ "libpython3-dev",
151
+ "libsqlite3-0",
152
+ "libstdc++-12-dev",
153
+ "libxml2-dev",
154
+ "libncurses-dev",
155
+ "libz3-dev",
156
+ "pkg-config",
157
+ "python3-lldb-13",
158
+ "tzdata",
159
+ "zlib1g-dev",
160
+ ]
161
case "ubuntu2404":
162
[
163
"binutils",
0 commit comments