Skip to content

Commit

Permalink
gpu-dawn: CI: cleanup between bundle regeneration
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Gutekanst <[email protected]>
  • Loading branch information
slimsag committed Feb 28, 2022
1 parent 62f882a commit 6b59025
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev/bundle-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
set -exuo pipefail
cd "$(dirname "${BASH_SOURCE[0]}")"/..

rm -rf out/ out.tar.gz headers.json headers.json.gz

# Prepare the `out/` directory that we will bundle.
rm -rf out/
mkdir out/
cp -R libs/dawn/include out/
cp -R libs/dawn/out/Debug/gen/include/* out/include/
Expand Down

0 comments on commit 6b59025

Please sign in to comment.