From 38453784d76b58377638a71d6176553b536dd170 Mon Sep 17 00:00:00 2001 From: Felix Singer Date: Tue, 16 May 2023 16:35:50 +0200 Subject: [PATCH] util/crossgcc: Add empty directory for tarballs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A directory for tarballs is needed in any case but it's created at build time. However, in reproducible build environments the sources are downloaded before the buildgcc scripts runs and the directory needs to be created. Thus, to simplify that, add an empty tarballs directory. Change-Id: Id3b4bf918c93f10c145f580684e916a4f8bae3b1 Signed-off-by: Felix Singer Reviewed-on: https://review.coreboot.org/c/coreboot/+/75273 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki Reviewed-by: Matt DeVillier --- util/crossgcc/tarballs/.empty | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 util/crossgcc/tarballs/.empty diff --git a/util/crossgcc/tarballs/.empty b/util/crossgcc/tarballs/.empty new file mode 100644 index 0000000000..e69de29bb2