mirror of
https://github.com/coder/coder.git
synced 2026-06-03 13:08:25 +00:00
2ded9d6a73
fixes https://github.com/coder/internal/issues/1026 Thru a (perhaps too-) clever hack of `init()` functions, I've managed to remove the need to separately compile the cleaner binary. This should fix the flakes we are seeing were the binary compilation takes 10s of seconds on macOS. The cleaner is encorporated directly into the test binary and we self-exec as the subprocess.