Github Actions to automatically build new releases on multiple platforms and never experienced
To answer your questions, yes "gclient sync" is executed every time the workflow runs and these
gn_args = {
"v8_deprecation_warnings" : "true",
"v8_imminent_deprecation_warnings" : "true",
"v8_enable_disassembler" : "false",
"v8_enable_i18n_support" : "true",
"is_component_build" : "false",
"is_debug" : "true" if os.environ.get("STPYV8_DEBUG") else "false",
"use_custom_libcxx" : "false",
"v8_monolithic" : "true",
"v8_use_external_startup_data" : "false",
"v8_enable_pointer_compression" : "false",
"v8_enable_31bit_smis_on_64bit_arch" : "false"
}