From e3da3562867d863eb7063de13d05c8d770361762 Mon Sep 17 00:00:00 2001 From: Kai Vehmanen Date: Wed, 14 Aug 2024 17:34:33 +0300 Subject: [PATCH] .github/zephyr: do not create tarballs in github builds Github artifact store allows to download packages already, so no need to create tarballs in these builds. Also this avoids problems comparing Windows and Linux builds as due to handling of symbolic links, the resulting tarball are not comparable. Signed-off-by: Kai Vehmanen --- .github/workflows/zephyr.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/zephyr.yml b/.github/workflows/zephyr.yml index 87db31007675..4d710bd473ee 100644 --- a/.github/workflows/zephyr.yml +++ b/.github/workflows/zephyr.yml @@ -200,6 +200,7 @@ jobs: --cmake-args=-DEXTRA_AFLAGS='-Werror -Wa,--fatal-warnings' --cmake-args=--warn-uninitialized --overlay=sof/app/overlays/repro-build.conf + --no-tarball ${{ matrix.build_opts }} ${{ matrix.IPC_platforms }} - name: Upload build artifacts @@ -366,6 +367,7 @@ jobs: --cmake-args=-DEXTRA_AFLAGS='-Werror -Wa,--fatal-warnings' --cmake-args=--warn-uninitialized --overlay=sof/app/overlays/repro-build.conf + --no-tarball ${{ matrix.build_opts }} ${{ matrix.platforms }} - name: Upload build artifacts