diff options
author | Griffin Smith <grfn@gws.fyi> | 2020-09-07T17·15-0400 |
---|---|---|
committer | glittershark <grfn@gws.fyi> | 2020-09-10T17·03+0000 |
commit | 5dcf64c128d23862b1e03f50999a7f3e134fc076 (patch) | |
tree | 7582da12c858281a083a7b66f469320d5148d7a1 /default.nix | |
parent | 0d1f6d059258ce01a46830c30de0b5c965995368 (diff) |
fix(tvix): Make working flag thread_local r/1782
Since the daemon is running in threads now rather than forking a process per connection (thanks to grpc) this static flag to prevent accidentally initializing a new worker during a build is getting stepped on by multiple threads. This converts it to thread-local, and also adds an actual message to the check so that if it hits in the future we know what's going on. Fixes: b/58 Change-Id: I07a2f1582e56709c104f79935e5405fa24888f59 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1940 Tested-by: BuildkiteCI Reviewed-by: kanepyork <rikingcoding@gmail.com> Reviewed-by: V <v@anomalous.eu>
Diffstat (limited to 'default.nix')
0 files changed, 0 insertions, 0 deletions