Bazel: discard GOPATH (#278)

pull/2757/head
Loyalsoldier 4 years ago committed by GitHub
parent 93a91ea4de
commit ba99e32b2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,7 +1,7 @@
load("//infra/bazel:build.bzl", "foreign_go_binary") load("//infra/bazel:build.bzl", "foreign_go_binary")
def gen_targets(matrix): def gen_targets(matrix):
pkg = "v2ray.com/core/infra/control/main" pkg = "./infra/control/main"
output = "v2ctl" output = "v2ctl"
for (os, arch, ver) in matrix: for (os, arch, ver) in matrix:

@ -1,7 +1,7 @@
load("//infra/bazel:build.bzl", "foreign_go_binary") load("//infra/bazel:build.bzl", "foreign_go_binary")
def gen_targets(matrix): def gen_targets(matrix):
pkg = "v2ray.com/core/main" pkg = "./main"
output = "v2ray" output = "v2ray"
for (os, arch, ver) in matrix: for (os, arch, ver) in matrix:

Loading…
Cancel
Save