Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syncing working directory - endless loop #644

Open
findthebug opened this issue Aug 24, 2023 · 1 comment
Open

Syncing working directory - endless loop #644

findthebug opened this issue Aug 24, 2023 · 1 comment

Comments

@findthebug
Copy link

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!"
🕙 'xCode Build' task 03:39
   ✅ pull virtual machine 0.5s
   ✅ clone virtual machine 0.1s
   ✅ boot virtual machine 6.3s
   🕙 syncing working directory 03:27
@fkorotkov fkorotkov transferred this issue from cirruslabs/macos-image-templates Aug 30, 2023
@fkorotkov
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants