You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Default cirrus script with Tart Image. Run Tart VM without cirrus, VM starts all good. If i use cirrus to start VM, i got message syncing working directory which blocks VM to start.
task:
name: xCode Build
macos_instance:
image: ghcr.io/cirruslabs/macos-ventura-base:latest
task_script:
- echo "Hello from within a Tart VM!"
How big is your directory that .cirrus.yml is located in? Cirrus CLI copies all files over inside the virtual machine which might take a while. Alternatively, you can try to run cirrus run --dirty which will mount the working directory and therefore will presume modifications made in your *_scripts.
Default cirrus script with Tart Image. Run Tart VM without cirrus, VM starts all good. If i use cirrus to start VM, i got message syncing working directory which blocks VM to start.
The text was updated successfully, but these errors were encountered: