From: Dongju Chae Date: Tue, 16 Nov 2021 07:26:20 +0000 (+0900) Subject: [Action] set ulimited in github action X-Git-Tag: submit/tizen/20220103.094045~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9d7210c9fe2f5e3176e39c6ff3518c0e9314eec5;p=platform%2Fadaptation%2Fnpu%2Ftrix-engine.git [Action] set ulimited in github action This patch sets ulimited option in action workflow. Signed-off-by: Dongju Chae --- diff --git a/.github/workflows/artifacts-ubuntu.yml b/.github/workflows/artifacts-ubuntu.yml index ef76e44..0821dcd 100644 --- a/.github/workflows/artifacts-ubuntu.yml +++ b/.github/workflows/artifacts-ubuntu.yml @@ -20,6 +20,7 @@ jobs: - name: Make debian packages shell: bash run: | + ulimit -c unlimited debuild -us -uc mv ../npu-engine*deb . - name: Upload packages to Github @@ -54,6 +55,7 @@ jobs: - name: Make debian packages shell: bash run: | + ulimit -c unlimited debuild -us -uc mv ../npu-engine*deb . - name: Upload debian packages