If you're running this on mac, you will also need later fixes for Clang + MacOS.
Please checkout D4766 then run the below workflow:
Docker workflow:
```
docker build . -f services/tunnelbroker/Dockerfile
```
Nix worfklow
```
nix develop
cd services/tunnelbroker
mkdir build && cd build && cmake .. && make
```