Skip to content

Commit

Permalink
[Tizen] Update default api-version of generate_sysroot script to 6.0 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
JSUYA authored Jun 20, 2024
1 parent bae7e89 commit 0199253
Showing 1 changed file with 3 additions and 2 deletions.
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 0199253

Please sign in to comment.