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 8df3fa9 commit 698e0e6Copy full SHA for 698e0e6
tensorflow/tools/ci_build/install/install_buildifier.sh
@@ -16,8 +16,9 @@
16
17
set -e
18
BUILDIFIER_DIR="buildifier"
19
-rm -rf ${BUILDIFIER_DIR}
20
-git clone https://github.com/bazelbuild/buildifier.git ${BUILDIFIER_DIR}
+mkdir ${BUILDIFIER_DIR}
+curl -Ls https://github.com/bazelbuild/buildifier/archive/0.4.3.tar.gz | \
21
+ 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