宋文武 <iyzs...@envs.net> writes: > I got 'guix-build-coordinator-agent-only' built now, running it (with > --help) will segfault though.. > > > How to run it to connect to the coordinator? >
Update, now it running fine with: ``` guix-build-coordinator-agent \ --uuid=XXXX \ --password=XXXX \ --coordinator=https://rack.z572.online \ --substitute-urls='https://data.guix.gnu.org https://cache.z572.online https://mirrors.sjtug.sjtu.edu.cn/guix/' ``` So, Z572 (his email seems to be blocked the mailing lists..) has setup a guix-build-coordinator with guix-build-coordinator-queue-builds-service-type, derivations fetched from data.guix.gnu.org. Then next we'd like to make our riscv64 machines to join the offical build farm. Does the agent machine have to belong to guix committer?