Skip to content

Commit

Permalink
fix(cleanup): get rid of fileb0x leftovers
Browse files Browse the repository at this point in the history
get rid of dev leftovers
  • Loading branch information
fschade committed Oct 20, 2021
1 parent 24b851a commit a543884
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 17 deletions.
6 changes: 0 additions & 6 deletions .bingo/Variables.mk
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,6 @@ $(CALENS): $(BINGO_DIR)/calens.mod
@echo "(re)installing $(GOBIN)/calens-v0.2.0"
@cd $(BINGO_DIR) && $(GO) build -mod=mod -modfile=calens.mod -o=$(GOBIN)/calens-v0.2.0 "github.com/restic/calens"

FILEB0X := $(GOBIN)/fileb0x-v1.1.4
$(FILEB0X): $(BINGO_DIR)/fileb0x.mod
@# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
@echo "(re)installing $(GOBIN)/fileb0x-v1.1.4"
@cd $(BINGO_DIR) && $(GO) build -mod=mod -modfile=fileb0x.mod -o=$(GOBIN)/fileb0x-v1.1.4 "github.com/UnnoTed/fileb0x"

FLAEX := $(GOBIN)/flaex-v0.2.1-0.20210701123229-9d7dceed124f
$(FLAEX): $(BINGO_DIR)/flaex.mod
@# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
Expand Down
5 changes: 0 additions & 5 deletions .bingo/fileb0x.mod

This file was deleted.

2 changes: 0 additions & 2 deletions .bingo/variables.env
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ BUILDIFIER="${GOBIN}/buildifier-v0.0.0-20210920153738-d6daef01a1a2"

CALENS="${GOBIN}/calens-v0.2.0"

FILEB0X="${GOBIN}/fileb0x-v1.1.4"

FLAEX="${GOBIN}/flaex-v0.2.1-0.20210701123229-9d7dceed124f"

GOLANGCI_LINT="${GOBIN}/golangci-lint-v1.42.1"
Expand Down
4 changes: 0 additions & 4 deletions .make/generate.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
.PHONY: generate
generate: ci-node-generate ci-go-generate

.PHONY: embed.yml
embed.yml: $(FILEB0X)
@cd pkg/assets/ && echo -n "$(NAME): embed.go - " && $(FILEB0X) embed.yml

0 comments on commit a543884

Please sign in to comment.