Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/flutter-3.22.2' into flutter-3…
Browse files Browse the repository at this point in the history
….22.2
  • Loading branch information
xiaowei-guan committed Jun 25, 2024
2 parents ea8373f + 0199253 commit c1f2b65
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 137 deletions.
63 changes: 0 additions & 63 deletions .github/workflows/check-symbols.yml

This file was deleted.

72 changes: 0 additions & 72 deletions ci/tizen/check_symbols.py

This file was deleted.

5 changes: 3 additions & 2 deletions ci/tizen/generate_sysroot.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
'glibc',
'glibc-devel',
'libgcc',
'libstdc++',
'linux-glibc-devel',
'zlib-devel',
]
Expand Down Expand Up @@ -122,9 +123,9 @@ def main():
parser.add_argument(
'--api-version',
metavar='VER',
default=5.5,
default=6.0,
type=float,
help='Target API version (defaults to 5.5)'
help='Target API version (defaults to 6.0)'
)
args = parser.parse_args()

Expand Down

0 comments on commit c1f2b65

Please sign in to comment.