From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@9fans.net From: Richard Miller <9fans@hamnavoe.com> Date: Fri, 20 Sep 2019 09:53:07 +0100 In-Reply-To: <20190920060736.6B263156E427@mail.bitblocks.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] go under plan9 on the radpberry pi? Topicbox-Message-UUID: 092168bc-eada-11e9-9d60-3106f5b1d025 > If you mean the go compiler itself, hopefully the 2GB VM you > get on 9p/pi4 is enough to compile the compiler using a > cross-compiled bootstrap compiler. The compiler can compile itself natively on a pi2 or pi3. No need to activate swap space, unless you want to run the full test suite. > Another option worth exploring may > be AOE as pi4 has a GbE (I haven't tried this yet). My go test builders are running with "local" fossil on a slice of disk provided over AoE from an atom server. I tried various configurations and this gave me the best performance. This is with 3B+ machines on "gigabit" ethernet throttled by rubbish usb. Pi4 has proper GbE, but also has usb3 so a local ssd drive might be a practical alternative. More experiments to do.