Skip to content

Commit

Permalink
Prune some broken files out of vendor
Browse files Browse the repository at this point in the history
Dep isn't able to prune these, though they aren't needed.  They also
break a general build-all in bazel workflow.

Manually remove them, until we can move to vgo (aka go).
  • Loading branch information
justinsb committed Sep 22, 2018
1 parent 666e290 commit e7f64c3
Show file tree
Hide file tree
Showing 27 changed files with 7 additions and 2,411 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,13 @@ dep-ensure: dep-prereqs
# Remove all bazel build files that were vendored and regenerate (we assume they are go-gettable)
find vendor/ -name "BUILD" -delete
find vendor/ -name "BUILD.bazel" -delete
# Remove recursive symlinks that really confuse bazel
rm -rf vendor/github.com/coreos/etcd/cmd/
rm -rf vendor/github.com/jteeuwen/go-bindata/testdata/
# Remove depenencies that dep just can't figure out
rm -rf vendor/k8s.io/code-generator/cmd/set-gen/
rm -rf vendor/k8s.io/code-generator/cmd/go-to-protobuf/
rm -rf vendor/k8s.io/code-generator/cmd/import-boss/
make bazel-gazelle


Expand Down
1 change: 0 additions & 1 deletion vendor/github.com/coreos/etcd/cmd/etcd

This file was deleted.

1 change: 0 additions & 1 deletion vendor/github.com/coreos/etcd/cmd/etcdctl

This file was deleted.

1 change: 0 additions & 1 deletion vendor/github.com/coreos/etcd/cmd/tools

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion vendor/k8s.io/code-generator/cmd/go-to-protobuf/.gitignore

This file was deleted.

19 changes: 0 additions & 19 deletions vendor/k8s.io/code-generator/cmd/go-to-protobuf/BUILD.bazel

This file was deleted.

4 changes: 0 additions & 4 deletions vendor/k8s.io/code-generator/cmd/go-to-protobuf/OWNERS

This file was deleted.

39 changes: 0 additions & 39 deletions vendor/k8s.io/code-generator/cmd/go-to-protobuf/main.go

This file was deleted.

This file was deleted.

Loading

0 comments on commit e7f64c3

Please sign in to comment.