mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Remove deps-tools from backend job (#25454)
				
					
				
			This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/pull-compliance.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/pull-compliance.yml
									
									
									
									
										vendored
									
									
								
							@@ -111,7 +111,7 @@ jobs:
 | 
				
			|||||||
          check-latest: true
 | 
					          check-latest: true
 | 
				
			||||||
      # no frontend build here as backend should be able to build
 | 
					      # no frontend build here as backend should be able to build
 | 
				
			||||||
      # even without any frontend files
 | 
					      # even without any frontend files
 | 
				
			||||||
      - run: make deps-backend deps-tools
 | 
					      - run: make deps-backend
 | 
				
			||||||
      - run: go build -o gitea_no_gcc # test if build succeeds without the sqlite tag
 | 
					      - run: go build -o gitea_no_gcc # test if build succeeds without the sqlite tag
 | 
				
			||||||
      - name: build-backend-arm64
 | 
					      - name: build-backend-arm64
 | 
				
			||||||
        run: make backend # test cross compile
 | 
					        run: make backend # test cross compile
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user