subdirectory paths under vendor/ The intent is to make use of the golang 1.6 VENDOR extension to build. As seen, the bare example does not correctly build using bazel in this mode.
13 lines
624 B
Plaintext
13 lines
624 B
Plaintext
[submodule "submodule/src/bare"]
|
|
path = submodule/src/bare
|
|
url = git://github.com/laramiel/bazel-example-golang-bare
|
|
[submodule "submodule/src/remote"]
|
|
path = submodule/src/remote
|
|
url = git://github.com/laramiel/bazel-example-golang-remote
|
|
[submodule "vendor/github.com/laramiel/bazel-example-golang-remote"]
|
|
path = vendor/github.com/laramiel/bazel-example-golang-remote
|
|
url = git://github.com/laramiel/bazel-example-golang-remote
|
|
[submodule "vendor/github.com/laramiel/bazel-example-golang-bare"]
|
|
path = vendor/github.com/laramiel/bazel-example-golang-bare
|
|
url = git://github.com/laramiel/bazel-example-golang-bare
|