Skip to content

Commit

Permalink
Publish debug binaries (no release yet) (envoyproxy#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyessenov authored Feb 15, 2017
1 parent 1cdc2ac commit 2f69cc9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions script/release-binary
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,11 @@ gsutil stat "${DST}/${BINARY_NAME}" \
|| echo 'Building a new binary.'

# Build the binary
bazel build --config=release //src/envoy/mixer:envoy_tar
bazel build -c dbg //src/envoy/mixer:envoy_tar
BAZEL_TARGET="bazel-bin/src/envoy/mixer/envoy_tar.tar.gz"
ln "${BAZEL_TARGET}" "${BINARY_NAME}"
sha256sum "${BINARY_NAME}" > "${SHA256_NAME}"

# Copy it to the bucket.
echo "Copying ${BINARY_NAME} ${SHA256_NAME} to ${DST}/"
gsutil cp "${BINARY_NAME}" "${SHA256_NAME}" "${DST}/"

0 comments on commit 2f69cc9

Please sign in to comment.