Skip to content

Commit

Permalink
.github/zephyr: do not create tarballs in github builds
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
kv2019i committed Aug 14, 2024
1 parent 8c1b8a2 commit ae84fb1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/zephyr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ae84fb1

Please sign in to comment.