Bug 1643504 - Fix WR bustage. r=fix CLOSED TREE

This commit is contained in:
Mike Hommey 2020-06-10 00:41:49 +03:00
Родитель c504345919
Коммит 01f30cd88f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -16,7 +16,7 @@ cd "target/${TARGET_TRIPLE}"
mkdir cargo-test-binaries
mv debug cargo-test-binaries/
find cargo-test-binaries -type f -maxdepth 2 -executable -print0 > binaries.lst
tar cjf cargo-test-binaries.tar.bz2 -T binaries.lst --null
tar cjf cargo-test-binaries.tar.bz2 --null -T binaries.lst
mv cargo-test-binaries.tar.bz2 "${UPLOAD_DIR}"
# Clean the build
cd "${GECKO_PATH}/gfx/wr"