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

Taskfile taking a few seconds before executing command #1235

Closed
lockieluke opened this issue Jun 23, 2023 · 2 comments
Closed

Taskfile taking a few seconds before executing command #1235

lockieluke opened this issue Jun 23, 2023 · 2 comments

Comments

@lockieluke
Copy link

  • Task version: v3.26.0
  • Operating system: macOS Sonoma with Xcode 15 Beta 2
  • Experiments enabled: None

Any command you execute with Task would trigger xcodebuild and show the xcodebuild messages and wait for a few seconds before executing the underlying commands
image

@task-bot task-bot added the state: needs triage Waiting to be triaged by a maintainer. label Jun 23, 2023
@andreynering
Copy link
Member

andreynering commented Aug 10, 2023

Hi @lockieluke,

How did you install Task in your system?

Does this only happen with this Taskfile? What happens when you run an empty one like?:

version: '3'

tasks:
  echo:
    cmds:
      - echo 'testing'

@andreynering andreynering added type: question Further information is requested. state: awaiting response Waiting for issue author to respond. and removed state: needs triage Waiting to be triaged by a maintainer. labels Aug 10, 2023
@lockieluke
Copy link
Author

apparently it's xcodebuild that is taking up that few seconds

@task-bot task-bot removed the state: awaiting response Waiting for issue author to respond. label Aug 13, 2023
@pd93 pd93 removed the type: question Further information is requested. label Dec 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants