Sfoglia il codice sorgente

Remove network call on `make clean` (#27689)

fix #27653

credit to silverwind for finding issue
tags/v1.22.0-rc0
techknowlogick 8 mesi fa
parent
commit
60fce1568e
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0
    1
      Makefile

+ 0
- 1
Makefile Vedi File

@@ -278,7 +278,6 @@ clean-all: clean

.PHONY: clean
clean:
$(GO) clean -i ./...
rm -rf $(EXECUTABLE) $(DIST) $(BINDATA_DEST) $(BINDATA_HASH) \
integrations*.test \
e2e*.test \

Loading…
Annulla
Salva