-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
Support destination
param on Install task
#120
Comments
I see the Flutter Env task allows a custom path to be defined. Does this mean that it is expected that the Install task was not used and this is a way to tie in a custom Flutter install to the rest of the task ecosystem? |
I ended up implementing a custom version of the Flutter Install task and using the Flutter Env task to point to the install location. Things seem to be working fine now. Still would be nice if the Install task supported a destination parameter |
Hi, that is correct. You can install your - own SDK and connect other tasks |
Glad to see you got it working. I'll see what I can do. A PR will be great too 😁. Thanks 👍🏻 |
destination
param on Install task
Scenario:
Issue:
Assumptions:
Since the error is stating the current user doesn't have permissions and the permissions for the lockfile located at /opt/hostedtoolcache/Flutter/3.13.9/linux/flutter/bin/cache, and are NOT 770, the SDK is designed to only allow 1 user to use it at a time
Multiple users on a machine will need their own copies of the SDK to do work in parallel
Request:
Allow the Flutter SDK be installed to a location defined by a parameter
The text was updated successfully, but these errors were encountered: