Commit c7442b27 authored by Feng Xiao's avatar Feng Xiao

Comment out unused command from release script.

parent ba40b4b8
...@@ -30,7 +30,7 @@ docker run -v $(pwd):/var/local/protobuf --rm $DOCKER_IMAGE_NAME \ ...@@ -30,7 +30,7 @@ docker run -v $(pwd):/var/local/protobuf --rm $DOCKER_IMAGE_NAME \
} }
# Cross-build for some architectures. # Cross-build for some architectures.
sudo apt install g++-aarch64-linux-gnu
# TODO(xiaofeng): It currently fails with "machine `aarch64' not recognized" # TODO(xiaofeng): It currently fails with "machine `aarch64' not recognized"
# error. # error.
# sudo apt install -y g++-aarch64-linux-gnu
# protoc-artifacts/build-protoc.sh linux aarch_64 protoc # protoc-artifacts/build-protoc.sh linux aarch_64 protoc
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment