From 0657f7df09f9037bb27fa89401e6efba049ccf4c Mon Sep 17 00:00:00 2001 From: James Wainwright Date: Wed, 27 Nov 2024 15:24:21 +0000 Subject: [PATCH] [ci] add `file` and `zip` to list of APT requirements Bazel seems to need these when Bzlmod is enabled. Signed-off-by: James Wainwright --- apt-requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apt-requirements.txt b/apt-requirements.txt index fa2a4cad0ca1a..cfa874d7cbc75 100644 --- a/apt-requirements.txt +++ b/apt-requirements.txt @@ -17,6 +17,7 @@ clang-format cmake curl doxygen +file flex g++ git @@ -48,5 +49,6 @@ python3-wheel srecord tree xsltproc -zlib1g-dev xz-utils +zip +zlib1g-dev