Fedor Korotkov
Fedor Korotkov
How can I specify a particular swift version? I've tried to use `*_toolchains_override` but with no luck :-( Buck chooses the latest toolchain but my app is not ready for...
@nguyentruongtho thank you! It worked!
I continued playing with Buck and Swift and faced some strange behaviour while running **Swift tests only**. Objective-C tests are working fine! And even a mix of Objective-C and Swift...
@nguyentruongtho I would love to but `brew install --HEAD buck` is failing. Fixed it here: https://github.com/facebook/buck/pull/898
@nguyentruongtho I built Buck locally with the fix and only swift tests are working now!
BTW I'm working on a fix for https://github.com/facebook/buck/issues/909.
Agreed on a bad example structure. Fixed the example :-) see https://github.com/facebook/buck/issues/909#issuecomment-250474596
What do you mean CPU access? Like a VM freezes? Then all of the process should've been paused I think. Also do you mind providing links to Cirrus tasks. I...
@jottr, just a quick update that since macOS Ventura is in public beta and seems safer now to be installed, we'll start working on Linux support in Tart starting next...
@jottr good timing! We've just release [initial support for Linux](https://github.com/cirruslabs/tart/issues/62#issuecomment-1225956540). I just created a repository for the plugin at https://github.com/cirruslabs/vagrant-plugin-tart. Will try to put out some initial implementation this week...