Skip to content

Installing Symfony CLI is very slow #640

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

Closed
3 of 5 tasks
lmichelin opened this issue Sep 1, 2022 · 1 comment
Closed
3 of 5 tasks

Installing Symfony CLI is very slow #640

lmichelin opened this issue Sep 1, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@lmichelin
Copy link
Contributor

lmichelin commented Sep 1, 2022

Describe the bug
Installing Symfony CLI takes a lot of time, sometimes more than 1 minute. I think it's since this commit 44d81f9,

Version

  • I have checked releases, and the bug exists in the latest patch version of v1 or v2.
  • v2
  • v1

Runners

  • GitHub Hosted
  • Self Hosted

Operating systems
ubuntu-latest

PHP versions
8.1

To Reproduce

      - name: Setup PHP
        uses: shivammathur/setup-php@v2
        with:
          php-version: 8.1
          tools: symfony
        env:
          fail-fast: true

Expected behavior
Installing Symfony CLI shoud take a few seconds.

Screenshots/Logs
image
image

Additional context
Since commit 44d81f9, the script checks if brew is available, but brew is available on GitHub Ubuntu runners and it's slow.

Are you willing to submit a PR?
Yes.

@lmichelin lmichelin added the bug Something isn't working label Sep 1, 2022
@shivammathur shivammathur added the awaiting-release Added/Fixed and tested, awaiting release label Sep 1, 2022
@shivammathur
Copy link
Owner

Released in 2.22.0.

@shivammathur shivammathur removed the awaiting-release Added/Fixed and tested, awaiting release label Oct 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants