Skip to content

Commit

Permalink
Use tini to clean zombie processes (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtrafford authored Jan 14, 2025
1 parent d4e8f30 commit 61de7b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_make_zpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
cd repos/PandABlocks-fpga
ln -s CONFIG.example CONFIG
make WORK_DIR=$WORK_DIR carrier_ip APP_NAME=${{ matrix.app }}
make WORK_DIR=$WORK_DIR zpkg APP_NAME=${{ matrix.app }}
tini -s -- make WORK_DIR=$WORK_DIR zpkg APP_NAME=${{ matrix.app }}
# Artifacts
- name: Upload zpkg
Expand Down

0 comments on commit 61de7b0

Please sign in to comment.