Skip to content

Commit

Permalink
Use chromium/6778 as a default branch (#14)
Browse files Browse the repository at this point in the history
* Use chromium/6778 as default branch

* Disable wgpu
  • Loading branch information
misl6 authored Nov 30, 2024
1 parent ad00197 commit 6db4665
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/angle_builder/angle.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ def _generate_build_targets(self, output_artifact_mode: str) -> None:
common_gn_args = [
"is_component_build=false",
"is_debug=false",
"angle_enable_wgpu=false",
]

if output_artifact_mode in ("macos-arm64", "macos-universal"):
Expand Down
2 changes: 1 addition & 1 deletion src/angle_builder/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def parse_args(args):
"--branch",
dest="branch",
help="ANGLE branch to build",
default="chromium/6367",
default="chromium/6778",
)
parser.add_argument(
"--storage-folder",
Expand Down

0 comments on commit 6db4665

Please sign in to comment.