1
0
Fork 0
ostree-native-containers/.forgejo/workflows
ver4a dc28e9f75e
Some checks failed
/ build-kde (push) Failing after 2m9s
/ build-gnome (push) Failing after 2m4s
Use flock instead of checking for running pulls using pgrep
The previous solution is potentially racey, it only prevents starting a
pull if there is already one running, but there is still a tiny window
of time where both pulls could start after the checks and run at the
same time. This new solution should fill that gap, since the locking
should be atomic.
2024-11-18 11:05:48 +01:00
..
build-image.yaml Use flock instead of checking for running pulls using pgrep 2024-11-18 11:05:48 +01:00