Skip to content

Commit

Permalink
Comment out unused command from release script.
Browse files Browse the repository at this point in the history
  • Loading branch information
xfxyjwf committed Jul 16, 2018
1 parent ba40b4b commit c7442b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kokoro/release/protoc/linux/build.sh
Expand Up @@ -30,7 +30,7 @@ docker run -v $(pwd):/var/local/protobuf --rm $DOCKER_IMAGE_NAME \
}

# Cross-build for some architectures.
sudo apt install g++-aarch64-linux-gnu
# TODO(xiaofeng): It currently fails with "machine `aarch64' not recognized"
# error.
# sudo apt install -y g++-aarch64-linux-gnu
# protoc-artifacts/build-protoc.sh linux aarch_64 protoc

0 comments on commit c7442b2

Please sign in to comment.