Skip to content

Commit

Permalink
Change to smaller target
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidokert authored Jul 1, 2024
1 parent 0a5130f commit b4adaf4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ def run(self):
])

print('Building project with Ninja...')
run_command(['ninja', '-C', 'out/linux-x64x11_devel'])
# Building a small binary that doesn't time out on public runners.
run_command(['ninja', '-C', 'out/linux-x64x11_devel','watchdog_test'])


setup(
Expand Down

0 comments on commit b4adaf4

Please sign in to comment.