Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(build): Disable concurrency in pack.sh (aws#2723)
There appear to be a file system race condition during dotnet project builds where parallel instances race for the same files, resulting in sporadic build failures due to not being able to access a file (that was cleaned up by another process already). Disabling parallelism seems to be the easiest way forward, and also the cheapest way to validate the root cause was correctly identified. The `buildspec.yml` will allow skipping pack.sh if the `SKIP_PACK` environment variable is set.
- Loading branch information