Skip to content

Commit 129ce71

Browse files
committed
Add zip as a dependency on Linux distributions
On Linux, Swift Testing uses the zip package/tool to compress directories when they are recorded as test attachments. This should be merged at the same time as swiftlang/swiftly#451
1 parent b258f74 commit 129ce71

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

_includes/linux/amazonlinux2.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
gcc \
55
git \
66
glibc-static \
7+
zip \
78
gzip \
89
libbsd \
910
libcurl \

_includes/linux/fedora39.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@
1010
libxml2-devel \
1111
python3-devel \
1212
sqlite-devel \
13+
zip \
1314
unzip
1415
{% endhighlight %}

_includes/linux/ubuntu2204.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
pkg-config \
1616
python3-lldb-13 \
1717
tzdata \
18+
zip \
1819
unzip \
1920
zlib1g-dev
2021
{% endhighlight %}

_includes/linux/ubuntu2310.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
pkg-config \
1616
python3-lldb-13 \
1717
tzdata \
18+
zip \
1819
unzip \
1920
zlib1g-dev
2021
{% endhighlight %}

_includes/linux/ubuntu2404.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
libz3-dev \
1616
pkg-config \
1717
tzdata \
18+
zip \
1819
unzip \
1920
zlib1g-dev
2021
{% endhighlight %}

0 commit comments

Comments
 (0)