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

Remove tuistenv formulas from the Homebrew tap #5724

Closed
pepicrft opened this issue Dec 27, 2023 · 2 comments
Closed

Remove tuistenv formulas from the Homebrew tap #5724

pepicrft opened this issue Dec 27, 2023 · 2 comments
Labels
good first issue Good for newcomers type:need/problem Report needs or problems you came across that are not bugs

Comments

@pepicrft
Copy link
Contributor

pepicrft commented Dec 27, 2023

In Tuist 4 we'll stop providing a tuistenv executable to manage tuist versions. Instead, we'll install Tuist directly through rtx or Homebrew. The goal of this task is to remove the tuistenv formulas from that repository.

@pepicrft pepicrft added type:need/problem Report needs or problems you came across that are not bugs good first issue Good for newcomers tuist-4.0 labels Dec 27, 2023
@pepicrft pepicrft mentioned this issue Dec 27, 2023
20 tasks
@fedulvtubudul
Copy link

Yesterday after v4 release we've encountered our GitHubActions-based CI was broken. We rely on Tuist GHA action for project generation:

      - name: Generate project via Tuist
        uses: tuist/tuist-action@0.13.0
        with:
          command: 'generate'
          arguments: ''

which fails with next error:

Run tuist/tuist-action@0.13.0
  with:
    command: generate
  env:
    FASTLANE_SKIP_UPDATE_CHECK: true
    PATH: /opt/homebrew/bin:/opt/homebrew/sbin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/.yarn/bin:/Users/runner/Library/Android/sdk/tools:/Users/runner/Library/Android/sdk/platform-tools:/Library/Frameworks/Python.framework/Versions/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools
Error: Cannot read properties of undefined (reading 'browser_download_url')

Please update tuist/tuist-action or provide users with other solution for this, as it becomes critical having CI totally broken.

@pepicrft
Copy link
Contributor Author

pepicrft commented Feb 5, 2024

Hey @fedulvtubudul
Apologies for the inconvenience. We fixed the action and archived the repository. From Tuist 4 our installation methods are Mise and Homebrew. The former provides an action that you can use to install Tuist, and the second comes by default in the GitHub Actions environment, so you can do brew install tuist.

@pepicrft pepicrft closed this as completed Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers type:need/problem Report needs or problems you came across that are not bugs
Projects
None yet
Development

No branches or pull requests

2 participants