Update toolchain to version 19. Update codeowners. Fix amap analyze. (#1986)
* Up toolchain to 19 * Fix amap_analyse.yml * Github: update codeowners Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
This commit is contained in:
		
							parent
							
								
									4d11213494
								
							
						
					
					
						commit
						ce294c3b1e
					
				
							
								
								
									
										9
									
								
								.github/CODEOWNERS
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										9
									
								
								.github/CODEOWNERS
									
									
									
									
										vendored
									
									
								
							| @ -18,7 +18,7 @@ | |||||||
| /applications/main/gpio/ @skotopes @DrZlo13 @hedger @nminaylov | /applications/main/gpio/ @skotopes @DrZlo13 @hedger @nminaylov | ||||||
| /applications/main/ibutton/ @skotopes @DrZlo13 @hedger @gsurkov | /applications/main/ibutton/ @skotopes @DrZlo13 @hedger @gsurkov | ||||||
| /applications/main/infrared/ @skotopes @DrZlo13 @hedger @gsurkov | /applications/main/infrared/ @skotopes @DrZlo13 @hedger @gsurkov | ||||||
| /applications/main/nfc/ @skotopes @DrZlo13 @hedger @gornekich | /applications/main/nfc/ @skotopes @DrZlo13 @hedger @gornekich @Astrrra | ||||||
| /applications/main/subghz/ @skotopes @DrZlo13 @hedger @Skorpionm | /applications/main/subghz/ @skotopes @DrZlo13 @hedger @Skorpionm | ||||||
| /applications/main/u2f/ @skotopes @DrZlo13 @hedger @nminaylov | /applications/main/u2f/ @skotopes @DrZlo13 @hedger @nminaylov | ||||||
| 
 | 
 | ||||||
| @ -40,6 +40,8 @@ | |||||||
| 
 | 
 | ||||||
| /applications/system/storage_move_to_sd/ @skotopes @DrZlo13 @hedger @nminaylov | /applications/system/storage_move_to_sd/ @skotopes @DrZlo13 @hedger @nminaylov | ||||||
| 
 | 
 | ||||||
|  | /applications/debug/unit_tests/ @skotopes @DrZlo13 @hedger @nminaylov @gornekich @Astrrra @gsurkov @Skorpionm | ||||||
|  | 
 | ||||||
| # Documentation | # Documentation | ||||||
| /documentation/ @skotopes @DrZlo13 @hedger @drunkbatya | /documentation/ @skotopes @DrZlo13 @hedger @drunkbatya | ||||||
| /scripts/toolchain/ @skotopes @DrZlo13 @hedger @drunkbatya | /scripts/toolchain/ @skotopes @DrZlo13 @hedger @drunkbatya | ||||||
| @ -54,6 +56,9 @@ | |||||||
| /lib/mbedtls/ @skotopes @DrZlo13 @hedger @nminaylov | /lib/mbedtls/ @skotopes @DrZlo13 @hedger @nminaylov | ||||||
| /lib/micro-ecc/ @skotopes @DrZlo13 @hedger @nminaylov | /lib/micro-ecc/ @skotopes @DrZlo13 @hedger @nminaylov | ||||||
| /lib/nanopb/ @skotopes @DrZlo13 @hedger @nminaylov | /lib/nanopb/ @skotopes @DrZlo13 @hedger @nminaylov | ||||||
| /lib/nfc/ @skotopes @DrZlo13 @hedger @gornekich | /lib/nfc/ @skotopes @DrZlo13 @hedger @gornekich @Astrrra | ||||||
| /lib/one_wire/ @skotopes @DrZlo13 @hedger @gsurkov | /lib/one_wire/ @skotopes @DrZlo13 @hedger @gsurkov | ||||||
| /lib/subghz/ @skotopes @DrZlo13 @hedger @Skorpionm | /lib/subghz/ @skotopes @DrZlo13 @hedger @Skorpionm | ||||||
|  | 
 | ||||||
|  | # CI/CD | ||||||
|  | /.github/workflows/ @skotopes @DrZlo13 @hedger @drunkbatya | ||||||
|  | |||||||
							
								
								
									
										2
									
								
								.github/workflows/amap_analyse.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/amap_analyse.yml
									
									
									
									
										vendored
									
									
								
							| @ -91,7 +91,7 @@ jobs: | |||||||
|           export RODATA_SIZE="$(get_size ".rodata")" |           export RODATA_SIZE="$(get_size ".rodata")" | ||||||
|           export DATA_SIZE="$(get_size ".data")" |           export DATA_SIZE="$(get_size ".data")" | ||||||
|           export FREE_FLASH_SIZE="$(get_size ".free_flash")" |           export FREE_FLASH_SIZE="$(get_size ".free_flash")" | ||||||
|           python3 -m pip install mariadb |           python3 -m pip install mariadb==1.1.4 | ||||||
|           python3 scripts/amap_mariadb_insert.py \ |           python3 scripts/amap_mariadb_insert.py \ | ||||||
|             ${{ secrets.AMAP_MARIADB_USER }} \ |             ${{ secrets.AMAP_MARIADB_USER }} \ | ||||||
|             ${{ secrets.AMAP_MARIADB_PASSWORD }} \ |             ${{ secrets.AMAP_MARIADB_PASSWORD }} \ | ||||||
|  | |||||||
| @ -13,7 +13,7 @@ if not [%FBT_NOENV%] == [] ( | |||||||
|     exit /b 0 |     exit /b 0 | ||||||
| ) | ) | ||||||
| 
 | 
 | ||||||
| set "FLIPPER_TOOLCHAIN_VERSION=17" | set "FLIPPER_TOOLCHAIN_VERSION=19" | ||||||
| 
 | 
 | ||||||
| if [%FBT_TOOLCHAIN_ROOT%] == [] ( | if [%FBT_TOOLCHAIN_ROOT%] == [] ( | ||||||
|     set "FBT_TOOLCHAIN_ROOT=%FBT_ROOT%\toolchain\x86_64-windows" |     set "FBT_TOOLCHAIN_ROOT=%FBT_ROOT%\toolchain\x86_64-windows" | ||||||
|  | |||||||
| @ -5,7 +5,7 @@ | |||||||
| # public variables | # public variables | ||||||
| DEFAULT_SCRIPT_PATH="$(pwd -P)"; | DEFAULT_SCRIPT_PATH="$(pwd -P)"; | ||||||
| SCRIPT_PATH="${SCRIPT_PATH:-$DEFAULT_SCRIPT_PATH}"; | SCRIPT_PATH="${SCRIPT_PATH:-$DEFAULT_SCRIPT_PATH}"; | ||||||
| FBT_TOOLCHAIN_VERSION="${FBT_TOOLCHAIN_VERSION:-"17"}"; | FBT_TOOLCHAIN_VERSION="${FBT_TOOLCHAIN_VERSION:-"19"}"; | ||||||
| FBT_TOOLCHAIN_PATH="${FBT_TOOLCHAIN_PATH:-$SCRIPT_PATH}"; | FBT_TOOLCHAIN_PATH="${FBT_TOOLCHAIN_PATH:-$SCRIPT_PATH}"; | ||||||
| 
 | 
 | ||||||
| fbtenv_show_usage() | fbtenv_show_usage() | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Max Andreev
						Max Andreev