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

Symfony cli does not install anymore #632

Closed
2 of 5 tasks
starred-gijs opened this issue Aug 17, 2022 · 9 comments
Closed
2 of 5 tasks

Symfony cli does not install anymore #632

starred-gijs opened this issue Aug 17, 2022 · 9 comments
Assignees
Labels
bug Something isn't working

Comments

@starred-gijs
Copy link

Describe the bug
When trying to install the Symfony CLI tool, it fails

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

PHP versions

8.1

To Reproduce

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

Expected behavior

Screenshots/Logs

Err:3 https://repo.symfony.com/apt  Packages
  Could not handshake: The TLS connection was non-properly terminated. [IP: 3.224.177.130 443]
Ign:4 https://repo.symfony.com/apt  Translation-en
Reading package lists...
E: Failed to fetch https://repo.symfony.com/apt/Packages  Could not handshake: The TLS connection was non-properly terminated. [IP: 3.224.177.130 443]
E: Some index files failed to download. They have been ignored, or old ones used instead.

Additional context

The docs of the Symfony CLI now points to cloudsmith.io, a cloud based artifact repository. I think the link to the repository needs to be updated?
Are you willing to submit a PR?

@starred-gijs starred-gijs added the bug Something isn't working label Aug 17, 2022
@shivammathur
Copy link
Owner

shivammathur commented Aug 17, 2022

They changed the package repository again.
Fixed in 44d81f9
Fix will be in the next release.

@shivammathur shivammathur added the awaiting-release Added/Fixed and tested, awaiting release label Aug 17, 2022
@starred-gijs
Copy link
Author

Thanks for your very quick fix! 🙏

@jakubtobiasz
Copy link

@shivammathur thank you for quick fix 👏🏼🎉. Are you able to tell us estimated release date? This "bug" put down my all GitHub actions and I don't know if it is worth to make a workaround.

@shivammathur
Copy link
Owner

Running the regression tests now. I will do a release today once those are complete.

@Kocal
Copy link

Kocal commented Aug 17, 2022

Thanks @shivammathur :)

@shivammathur
Copy link
Owner

Released 2.21.2 with the fix.

@shivammathur shivammathur removed the awaiting-release Added/Fixed and tested, awaiting release label Aug 17, 2022
@bbredewold
Copy link

Since this release my github actions have some problems. Do you think it has to do with some caching?
image

@shivammathur
Copy link
Owner

@bbredewold Please open a new issue with the details. If you specify deployer in tools input, it should be available.

@starred-gijs
Copy link
Author

I can confirm this issue is resolved! Again many thanks for the quick fix!

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

5 participants