-
- Downloads
Fix data race for build container
A data race was introduced when we do read from `watchForRunningBuildContainer` and writes in `requestBuildContainer` concurrently. Introduce a mutex to do atomic updates and, locked reads.
parent
b00023e5
No related branches found
No related tags found
Pipeline #32296553 failed
Stage: prebuild
Stage: test
Stage: coverage
Stage: build
Stage: package
Stage: release
Stage: cleanup
Please register or sign in to comment