From 129ce71ccbde2c36100f0d3c1da20f80216cfad4 Mon Sep 17 00:00:00 2001 From: Paul LeMarquand Date: Thu, 30 Oct 2025 10:45:12 -0400 Subject: [PATCH] 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 https://github.com/swiftlang/swiftly/pull/451 --- _includes/linux/amazonlinux2.html | 1 + _includes/linux/fedora39.html | 1 + _includes/linux/ubuntu2204.html | 1 + _includes/linux/ubuntu2310.html | 1 + _includes/linux/ubuntu2404.html | 1 + 5 files changed, 5 insertions(+) diff --git a/_includes/linux/amazonlinux2.html b/_includes/linux/amazonlinux2.html index beead8cb0..6a61c9559 100644 --- a/_includes/linux/amazonlinux2.html +++ b/_includes/linux/amazonlinux2.html @@ -4,6 +4,7 @@ gcc \ git \ glibc-static \ + zip \ gzip \ libbsd \ libcurl \ diff --git a/_includes/linux/fedora39.html b/_includes/linux/fedora39.html index 48cc21e82..b3261e52e 100644 --- a/_includes/linux/fedora39.html +++ b/_includes/linux/fedora39.html @@ -10,5 +10,6 @@ libxml2-devel \ python3-devel \ sqlite-devel \ + zip \ unzip {% endhighlight %} diff --git a/_includes/linux/ubuntu2204.html b/_includes/linux/ubuntu2204.html index ded61682d..b6b43fc8a 100644 --- a/_includes/linux/ubuntu2204.html +++ b/_includes/linux/ubuntu2204.html @@ -15,6 +15,7 @@ pkg-config \ python3-lldb-13 \ tzdata \ + zip \ unzip \ zlib1g-dev {% endhighlight %} diff --git a/_includes/linux/ubuntu2310.html b/_includes/linux/ubuntu2310.html index ded61682d..b6b43fc8a 100644 --- a/_includes/linux/ubuntu2310.html +++ b/_includes/linux/ubuntu2310.html @@ -15,6 +15,7 @@ pkg-config \ python3-lldb-13 \ tzdata \ + zip \ unzip \ zlib1g-dev {% endhighlight %} diff --git a/_includes/linux/ubuntu2404.html b/_includes/linux/ubuntu2404.html index 9cd92e2eb..ea2001987 100644 --- a/_includes/linux/ubuntu2404.html +++ b/_includes/linux/ubuntu2404.html @@ -15,6 +15,7 @@ libz3-dev \ pkg-config \ tzdata \ + zip \ unzip \ zlib1g-dev {% endhighlight %}