Skip to content

Commit be65db1

Browse files
committed
Add system package dependency list for Ubuntu 23.10
1 parent 6fc24f0 commit be65db1

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

Sources/LinuxPlatform/Linux.swift

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,27 @@ public struct Linux: Platform {
137137
"tzdata",
138138
"zlib1g-dev",
139139
]
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+
]
140161
case "ubuntu2404":
141162
[
142163
"binutils",

0 commit comments

Comments
 (0)