We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 698e0e6 commit bc9c490Copy full SHA for bc9c490
tensorflow/tools/ci_build/install/install_buildifier.sh
@@ -18,7 +18,7 @@ set -e
18
BUILDIFIER_DIR="buildifier"
19
mkdir ${BUILDIFIER_DIR}
20
curl -Ls https://github.com/bazelbuild/buildifier/archive/0.4.3.tar.gz | \
21
- tar -C "${BUILDIFIER_DIR}" --strip-components=1 -xz
+ tar -C "${BUILDIFIER_DIR}" --strip-components=1 -xz
22
pushd ${BUILDIFIER_DIR}
23
24
bazel build buildifier:buildifier --spawn_strategy=standalone --genrule_strategy=standalone
0 commit comments