-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
make setup
fails with /usr/bin/env: ‘bash\r’: No such file or directory
#6201
Labels
infra.structure
Relates to the tools that create docs.flutter.dev
p3-low
Valid but not urgent concern. Resolve when possible. Encourage upvote to surface.
st.invalid
Issue not relevant to repo or self-resolved
Comments
TahaTesser
added
the
infra.structure
Relates to the tools that create docs.flutter.dev
label
Aug 26, 2021
cc: @sfshaza2 |
TahaTesser
changed the title
Aug 26, 2021
make setup
fails in docker image make setup
fails with /usr/bin/env: ‘bash\r’: No such file or directory
I will try inside WSL tonight |
TahaTesser
added
infra.structure
Relates to the tools that create docs.flutter.dev
p3-low
Valid but not urgent concern. Resolve when possible. Encourage upvote to surface.
and removed
infra.structure
Relates to the tools that create docs.flutter.dev
labels
Aug 27, 2021
Closing for this now, maybe I was doing something incorrect. |
I recommend to execute |
3 tasks
parlough
added a commit
that referenced
this issue
Sep 16, 2023
_Description of what this PR is changing or adding, and why:_ The PR removes the `flutter` repo as a submodule to avoid conflicts when building the website on different platforms. It was first introduced in #1257 but with no explanation so we cannot track back what's the purpose, but removing this should not cause difficulties in maintaining the website. ### Additional info - The build process is slower than the previous one because the checkout step needs an extra 3~5 minutes, depending on the network condition. See [now](https://github.com/flutter/website/actions/runs/5985413443/job/16237673762?pr=9307) and [previous](https://github.com/flutter/website/actions/runs/5983398408/job/16237673076?pr=9298) checks. _Issues fixed (partially) by this PR (if any):_ - #6201 - #6443 - #8272 ## Presubmit checklist - [x] This PR doesn’t contain automatically generated corrections (Grammarly or similar). - [x] This PR follows the [Google Developer Documentation Style Guidelines](https://developers.google.com/style) — for example, it doesn’t use _i.e._ or _e.g._, and it avoids _I_ and _we_ (first person). - [x] This PR uses [semantic line breaks](https://github.com/dart-lang/site-shared/blob/main/doc/writing-for-dart-and-flutter-websites.md#semantic-line-breaks) of 80 characters or fewer. --------- Co-authored-by: Anthony Sansone <atsansone@users.noreply.github.com> Co-authored-by: Parker Lougheed <parlough@gmail.com>
3 tasks
3 tasks
atsansone
added a commit
to atsansone/website
that referenced
this issue
Sep 19, 2023
_Description of what this PR is changing or adding, and why:_ The PR removes the `flutter` repo as a submodule to avoid conflicts when building the website on different platforms. It was first introduced in flutter#1257 but with no explanation so we cannot track back what's the purpose, but removing this should not cause difficulties in maintaining the website. ### Additional info - The build process is slower than the previous one because the checkout step needs an extra 3~5 minutes, depending on the network condition. See [now](https://github.com/flutter/website/actions/runs/5985413443/job/16237673762?pr=9307) and [previous](https://github.com/flutter/website/actions/runs/5983398408/job/16237673076?pr=9298) checks. _Issues fixed (partially) by this PR (if any):_ - flutter#6201 - flutter#6443 - flutter#8272 ## Presubmit checklist - [x] This PR doesn’t contain automatically generated corrections (Grammarly or similar). - [x] This PR follows the [Google Developer Documentation Style Guidelines](https://developers.google.com/style) — for example, it doesn’t use _i.e._ or _e.g._, and it avoids _I_ and _we_ (first person). - [x] This PR uses [semantic line breaks](https://github.com/dart-lang/site-shared/blob/main/doc/writing-for-dart-and-flutter-websites.md#semantic-line-breaks) of 80 characters or fewer. --------- Co-authored-by: Anthony Sansone <atsansone@users.noreply.github.com> Co-authored-by: Parker Lougheed <parlough@gmail.com>
atsansone
added a commit
that referenced
this issue
Sep 21, 2023
_Description of what this PR is changing or adding, and why:_ The PR removes the `flutter` repo as a submodule to avoid conflicts when building the website on different platforms. It was first introduced in #1257 but with no explanation so we cannot track back what's the purpose, but removing this should not cause difficulties in maintaining the website. ### Additional info - The build process is slower than the previous one because the checkout step needs an extra 3~5 minutes, depending on the network condition. See [now](https://github.com/flutter/website/actions/runs/5985413443/job/16237673762?pr=9307) and [previous](https://github.com/flutter/website/actions/runs/5983398408/job/16237673076?pr=9298) checks. _Issues fixed (partially) by this PR (if any):_ - #6201 - #6443 - #8272 ## Presubmit checklist - [x] This PR doesn’t contain automatically generated corrections (Grammarly or similar). - [x] This PR follows the [Google Developer Documentation Style Guidelines](https://developers.google.com/style) — for example, it doesn’t use _i.e._ or _e.g._, and it avoids _I_ and _we_ (first person). - [x] This PR uses [semantic line breaks](https://github.com/dart-lang/site-shared/blob/main/doc/writing-for-dart-and-flutter-websites.md#semantic-line-breaks) of 80 characters or fewer. --------- Co-authored-by: Anthony Sansone <atsansone@users.noreply.github.com> Co-authored-by: Parker Lougheed <parlough@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
infra.structure
Relates to the tools that create docs.flutter.dev
p3-low
Valid but not urgent concern. Resolve when possible. Encourage upvote to surface.
st.invalid
Issue not relevant to repo or self-resolved
Describe the problem
When I set up docker image on Windows
make setup
fails by 14/16logs
I also tried cd into
website/flutter/bin
and executeflutter doctor -v
&flutter doctor --suppress-analytics --quiet
but didn't helpI am using Git bash
Expected fix
Being to able to setup and serve website locally
Additional context
No response
The text was updated successfully, but these errors were encountered: