mirror of
https://github.com/selfxyz/self.git
synced 2026-02-19 02:24:25 -05:00
ci: build 1 circuit at a time (#1684)
This commit is contained in:
@@ -156,7 +156,7 @@ for item in "${allowed_circuits[@]}"; do
|
||||
continue
|
||||
fi
|
||||
|
||||
while [[ ${#pids[@]} -ge 2 ]]; do
|
||||
while [[ ${#pids[@]} -ge 1 ]]; do
|
||||
new_pids=()
|
||||
for pid in "${pids[@]}"; do
|
||||
if kill -0 "$pid" 2>/dev/null; then
|
||||
|
||||
Reference in New Issue
Block a user