Make packagesdriver use local bazel
This commit is contained in:
parent
f367ddbf1c
commit
853a4f96a7
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
@ -33,4 +33,3 @@
|
|||||||
"bazel.executable": "./tools/bazel_launcher.sh",
|
"bazel.executable": "./tools/bazel_launcher.sh",
|
||||||
"files.autoSave": "off",
|
"files.autoSave": "off",
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2,4 +2,5 @@
|
|||||||
# github.com/bazelbuild/rules_go/issues/3110
|
# github.com/bazelbuild/rules_go/issues/3110
|
||||||
# export GOPACKAGESDRIVER_BAZEL_BUILD_FLAGS=--strategy=GoStdlibList=local
|
# export GOPACKAGESDRIVER_BAZEL_BUILD_FLAGS=--strategy=GoStdlibList=local
|
||||||
# github.com/bazelbuild/rules_go/wiki/Editor-setup
|
# github.com/bazelbuild/rules_go/wiki/Editor-setup
|
||||||
/home/coder/.local/bin/bazel run -- @rules_go//go/tools/gopackagesdriver "${@}"
|
REPO_ROOT=$(git rev-parse --show-toplevel)
|
||||||
|
${REPO_ROOT}/tools/bazel_launcher.sh run -- @rules_go//go/tools/gopackagesdriver "${@}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user