这是indexloc提供的服务,不要输入任何密码
Skip to content

Add cmdline tools to docker image. #82584

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

Merged
merged 3 commits into from
May 15, 2021
Merged

Add cmdline tools to docker image. #82584

merged 3 commits into from
May 15, 2021

Conversation

godofredoc
Copy link
Contributor

This is to make the flutter doctor new checks to pass.

Bug: #82565

Pre-launch Checklist

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • I read the Tree Hygiene wiki page, which explains my responsibilities.
  • I read and followed the Flutter Style Guide, including Features we expect every widget to implement.
  • I signed the CLA.
  • I listed at least one issue that this PR fixes in the description above.
  • I updated/added relevant documentation (doc comments with ///).
  • I added new tests to check the change I am making or feature I am adding, or Hixie said the PR is test-exempt.
  • All existing and new tests are passing.

If you need help, consider asking for advice on the #hackers-new channel on Discord.

This is to make the flutter doctor new checks to pass.

Bug: #82565
@flutter-dashboard flutter-dashboard bot added the c: contributor-productivity Team-specific productivity, code health, technical debt. label May 14, 2021
@google-cla google-cla bot added the cla: yes label May 14, 2021
@godofredoc godofredoc requested a review from jonahwilliams May 14, 2021 23:41
Copy link
Contributor

@jonahwilliams jonahwilliams left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@christopherfujino christopherfujino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, docker image built and licenses accepted. Not sure about the web smoke test failure:

flutter drive --target=test_driver/smoke_web_engine.dart -d web-server --profile --browser-name=chrome
Downloading Web SDK...                                           2,539ms
Running "flutter pub get" in hello_world...                      1,199ms
Launching test_driver/smoke_web_engine.dart on Web Server in profile mode...
Compiling test_driver/smoke_web_engine.dart for the Web...         29.6s
test_driver/smoke_web_engine.dart is being served at http://localhost:44383
The web-server device requires the Dart Debug Chrome extension for debugging. Consider using the Chrome or Edge devices for an improved development workflow.
Application finished.
Unable to start WebDriver Session for Flutter for Web testing. 
Make sure you have the correct WebDriver Server running at 4444. 
Make sure the WebDriver Server matches option --browser-name. 
SocketException: OS Error: Connection refused, errno = 111, address = localhost, port = 37492

https://cirrus-ci.com/task/5107485259333632?logs=setup#L116

@godofredoc
Copy link
Contributor Author

LGTM, docker image built and licenses accepted. Not sure about the web smoke test failure:

flutter drive --target=test_driver/smoke_web_engine.dart -d web-server --profile --browser-name=chrome
Downloading Web SDK...                                           2,539ms
Running "flutter pub get" in hello_world...                      1,199ms
Launching test_driver/smoke_web_engine.dart on Web Server in profile mode...
Compiling test_driver/smoke_web_engine.dart for the Web...         29.6s
test_driver/smoke_web_engine.dart is being served at http://localhost:44383
The web-server device requires the Dart Debug Chrome extension for debugging. Consider using the Chrome or Edge devices for an improved development workflow.
Application finished.
Unable to start WebDriver Session for Flutter for Web testing. 
Make sure you have the correct WebDriver Server running at 4444. 
Make sure the WebDriver Server matches option --browser-name. 
SocketException: OS Error: Connection refused, errno = 111, address = localhost, port = 37492

https://cirrus-ci.com/task/5107485259333632?logs=setup#L116

That requires a PR to land on a different repository: flutter/web_installers#26

@godofredoc godofredoc merged commit 71a7909 into flutter:master May 15, 2021
@godofredoc godofredoc deleted the add_cmd_tools branch May 15, 2021 00:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: contributor-productivity Team-specific productivity, code health, technical debt.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants