mirror of https://github.com/OpenIPC/firmware.git
				
				
				
			[no ci] Update toolchain.yml (#1713)
							parent
							
								
									c81a39cc36
								
							
						
					
					
						commit
						fcae5981ff
					
				|  | @ -13,54 +13,54 @@ jobs: | ||||||
|     strategy: |     strategy: | ||||||
|       fail-fast: false |       fail-fast: false | ||||||
|       matrix: |       matrix: | ||||||
|         include: |         platform: | ||||||
|           # Sigmastar |           # Sigmastar | ||||||
|           - {"platform": "ssc325"} |           - ssc325_lite | ||||||
|           - {"platform": "ssc335"} |           - ssc335_lite | ||||||
|           - {"platform": "ssc377"} |           - ssc377_lite | ||||||
|           - {"platform": "ssc338q"} |           - ssc338q_lite | ||||||
| 
 | 
 | ||||||
|           # Hisilicon |           # Hisilicon | ||||||
|           - {"platform": "hi3516av100"} |           - hi3516av100_lite | ||||||
|           - {"platform": "hi3516cv100"} |           - hi3516cv100_lite | ||||||
|           - {"platform": "hi3516cv200"} |           - hi3516cv200_lite | ||||||
|           - {"platform": "hi3516cv300"} |           - hi3516cv300_lite | ||||||
|           - {"platform": "hi3516cv500"} |           - hi3516cv500_lite | ||||||
|           - {"platform": "hi3516ev200"} |           - hi3516ev200_lite | ||||||
|           - {"platform": "hi3519v101"} |           - hi3519v101_lite | ||||||
|           - {"platform": "hi3536cv100"} |           - hi3536cv100_lite | ||||||
|           - {"platform": "hi3536dv100"} |           - hi3536dv100_lite | ||||||
| 
 | 
 | ||||||
|           # Goke |           # Goke | ||||||
|           - {"platform": "gk7102"} |           - gk7102_lite | ||||||
|           - {"platform": "gk7205v200"} |           - gk7205v200_lite | ||||||
|           - {"platform": "gk7205v500"} |           - gk7205v500_lite | ||||||
| 
 | 
 | ||||||
|           # Ingenic |           # Ingenic | ||||||
|           - {"platform": "t20"} |           - t20_lite | ||||||
|           - {"platform": "t21"} |           - t21_lite | ||||||
|           - {"platform": "t31"} |           - t31_lite | ||||||
|           - {"platform": "t40"} |           - t40_lite | ||||||
| 
 | 
 | ||||||
|           # Allwinner |           # Allwinner | ||||||
|           - {"platform": "v851s"} |           - v851s_lite | ||||||
| 
 | 
 | ||||||
|           # Fullhan |           # Fullhan | ||||||
|           - {"platform": "fh8852v100"} |           - fh8852v100_lite | ||||||
|           - {"platform": "fh8852v200"} |           - fh8852v200_lite | ||||||
| 
 | 
 | ||||||
|           # Grainmedia |           # Grainmedia | ||||||
|           - {"platform": "gm8136"} |           - gm8136_lite | ||||||
| 
 | 
 | ||||||
|           # Novatek |           # Novatek | ||||||
|           - {"platform": "nt98562"} |           - nt98562_lite | ||||||
| 
 | 
 | ||||||
|           # Rockchip |           # Rockchip | ||||||
|           - {"platform": "rv1126"} |           - rv1126_lite | ||||||
| 
 | 
 | ||||||
|           # Xiongmai |           # Xiongmai | ||||||
|           - {"platform": "xm510"} |           - xm510_lite | ||||||
|           - {"platform": "xm530"} |           - xm530_lite | ||||||
| 
 | 
 | ||||||
|     steps: |     steps: | ||||||
|       - name: Checkout source |       - name: Checkout source | ||||||
|  | @ -68,8 +68,7 @@ jobs: | ||||||
| 
 | 
 | ||||||
|       - name: Build toolchain |       - name: Build toolchain | ||||||
|         run: | |         run: | | ||||||
|           CONFIG=$(find br-ext-chip-* -name ${{matrix.platform}}_lite_defconfig) |           GCC=$(make BOARD=${{matrix.platform}} toolname).tgz | ||||||
|           GCC=$(make BOARD=${CONFIG} toolname).tgz |  | ||||||
|           URL=https://github.com/${GITHUB_REPOSITORY}/releases/download/${TAG_NAME}/${GCC} |           URL=https://github.com/${GITHUB_REPOSITORY}/releases/download/${TAG_NAME}/${GCC} | ||||||
|           echo ${URL} |           echo ${URL} | ||||||
|           if ! wget -q --spider ${URL}; then |           if ! wget -q --spider ${URL}; then | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue