kentonv changed the topic of #sandstorm to: Welcome to #sandstorm: home of all things sandstorm.io. Say hi! | Have a question but no one is here? Try asking in the discussion group: https://groups.google.com/group/sandstorm-dev
jryans has joined #sandstorm
ocdtrekkie has quit [Read error: Connection reset by peer]
ocdtrekkie has joined #sandstorm
<ocdtrekkie> Okay, Vagrantfile change tested and PR'd for both Sandstorm and vagrant-spk \o/
<ocdtrekkie> My test VM couldn't get DNS, but that's probably my Windows machine's VirtualBox network settings being wacko. Separate problem to look into.
<isd> Yeah, I can't imagine that PR would have an effect on DNS. If you wanted to be paranoid you could double check with the code on master.
_whitelogger has joined #sandstorm
<ocdtrekkie> I haven't tried using vagrant-spk on my Windows box in a couple years. I am sure it is unrelated.
<ocdtrekkie> Mostly because Windows is dependent on actual releases, not master, so kludging together the latest patches into my .sandstorm folder manually is a pain.
<ocdtrekkie> If we get vagrant-spk releases packed into a GitHub Action at some point, I will probably do more Sandstorm app dev from my Windows box. If only because it has a lot more power and GitHub Desktop is nice.
<abliss> Anybody tried to get ekam working with ccache? I'm getting this failure `[FAILED ] link: kj/threadlocal-test.o
<abliss> exec: No such file or directory` and it makes me wonder if ekam is trying to directly exec $CC which is `ccche cc` instead of parsing it as a space-separated command
frigginglorious has joined #sandstorm
frigginglorious has quit [Ping timeout: 260 seconds]
frigginglorious has joined #sandstorm
frigginglorious has quit [Ping timeout: 256 seconds]
xet7 has quit [Read error: Connection reset by peer]
xet7 has joined #sandstorm
<abliss> (switching from `CC="ccache gcc"` to `CC=/usr/lib/ccache/gcc` seems to have fixed it)