Skip to content
This repository has been archived by the owner on Feb 5, 2020. It is now read-only.

Commit

Permalink
Fix bazel build for CLI (#2897)
Browse files Browse the repository at this point in the history
* Re-add missing Bazel file for CLI package

* Missing EOL on last line
  • Loading branch information
alexsomesan authored and enxebre committed Feb 6, 2018
1 parent 417b10b commit 67c070d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions installer/pkg/tectonic/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
load("@io_bazel_rules_go//go:def.bzl", "go_library")

go_library(
name = "go_default_library",
srcs = [
"buildstate.go",
],
importpath = "github.com/coreos/tectonic-installer/installer/pkg/tectonic",
visibility = ["//installer:__subpackages__"],
)

0 comments on commit 67c070d

Please sign in to comment.