autopkg / smithjw-recipes

Smithjw's AutoPkg recipes
Apache License 2.0
14 stars 16 forks source link

Added arch to cache path to prevent race conditions with concurrent runs #43

Closed jc0b closed 5 months ago

jc0b commented 1 year ago

This PR adds the architecture being built for to the cache path. I was running into an issue running AutoPkg recipes with concurrency where the x86 and arm64 builds for Docker would read/write from/to the same cache path, resulting in some weird behaviour. This fix would mean that those recipe runs are granted different folders for assembling the pkg.

smithjw commented 5 months ago

Closing in favour of the updated PR #47