Skip to content

[web:tools] always use CanvasKit from the cache when building web apps#93002

Merged
yjbanov merged 1 commit intoflutter:masterfrom
yjbanov:fix-local-engine
Nov 4, 2021
Merged

[web:tools] always use CanvasKit from the cache when building web apps#93002
yjbanov merged 1 commit intoflutter:masterfrom
yjbanov:fix-local-engine

Conversation

@yjbanov
Copy link
Contributor

@yjbanov yjbanov commented Nov 3, 2021

Use Cache instead of Artifacts as the source of CanvasKit binaries. Artifacts is sensitive to --local-engine and tries to look for CanvasKit in the engine repo. However, we do not yet build CanvasKit from sources, and so Artifacts fails to find it. For now, we should always use Cache. Later, when #52588 is implemented, we can change this to use Artifacts.

@flutter-dashboard flutter-dashboard bot added the tool Affects the "flutter" command-line tool. See also t: labels. label Nov 3, 2021
@google-cla google-cla bot added the cla: yes label Nov 3, 2021
Copy link
Contributor

@harryterkelsen harryterkelsen left a comment

Choose a reason for hiding this comment

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

LGTM

@yjbanov yjbanov merged commit 7737893 into flutter:master Nov 4, 2021
mdebbar added a commit to mdebbar/flutter that referenced this pull request Mar 3, 2023
auto-submit bot pushed a commit that referenced this pull request Mar 8, 2023
… web apps (#93002)" (#117693)

Revert "[web:tools] always use CanvasKit from the cache when building web apps (#93002)"
hannah-hyj pushed a commit to hannah-hyj/flutter that referenced this pull request Mar 11, 2023
… web apps (flutter#93002)" (flutter#117693)

Revert "[web:tools] always use CanvasKit from the cache when building web apps (flutter#93002)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tool Affects the "flutter" command-line tool. See also t: labels.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants