mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	Remove -v from vulncheck (#23953)
We should think about locking this dep, but for now this should get builds going again.
This commit is contained in:
		
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							@@ -747,7 +747,7 @@ generate-go: $(TAGS_PREREQ)
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
.PHONY: security-check
 | 
					.PHONY: security-check
 | 
				
			||||||
security-check:
 | 
					security-check:
 | 
				
			||||||
	go run $(GOVULNCHECK_PACKAGE) -v ./...
 | 
						go run $(GOVULNCHECK_PACKAGE) ./...
 | 
				
			||||||
 | 
					
 | 
				
			||||||
$(EXECUTABLE): $(GO_SOURCES) $(TAGS_PREREQ)
 | 
					$(EXECUTABLE): $(GO_SOURCES) $(TAGS_PREREQ)
 | 
				
			||||||
	CGO_CFLAGS="$(CGO_CFLAGS)" $(GO) build $(GOFLAGS) $(EXTRA_GOFLAGS) -tags '$(TAGS)' -ldflags '-s -w $(LDFLAGS)' -o $@
 | 
						CGO_CFLAGS="$(CGO_CFLAGS)" $(GO) build $(GOFLAGS) $(EXTRA_GOFLAGS) -tags '$(TAGS)' -ldflags '-s -w $(LDFLAGS)' -o $@
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user