Skip to content

Commit

Permalink
Use tini as a zombie process reaper
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtrafford committed Jan 7, 2025
1 parent d4e8f30 commit 21b9ead
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
push:
tags:
- '*'
branches: [master]
branches: [master, ci_test]

jobs:

Expand Down

0 comments on commit 21b9ead

Please sign in to comment.