Skip to content

Commit

Permalink
Merge #52187
Browse files Browse the repository at this point in the history
52187: build: add libgeos to teamcity-make-and-publish-build.sh r=jlinder a=otan

Following the procedure outlined in bless.

Release note: None

Co-authored-by: Oliver Tan <otan@cockroachlabs.com>
  • Loading branch information
craig[bot] and otan committed Aug 4, 2020
2 parents a74f243 + b34acfe commit 1d12a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/release/teamcity-make-and-publish-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ gcr_repository="us.gcr.io/cockroach-cloud-images/cockroach"
# NB: tar usually stops reading as soon as it sees an empty block but that makes
# curl unhappy, so passing `i` will cause it to read to the end.
curl -f -s -S -o- "https://${bucket}.s3.amazonaws.com/cockroach-${build_name}.linux-amd64.tgz" | tar ixfz - --strip-components 1
cp cockroach build/deploy/cockroach
cp cockroach lib/libgeos.so lib/libgeos_c.so build/deploy

docker build --no-cache --tag="${gcr_repository}:${build_name}" build/deploy
docker push "${gcr_repository}:${build_name}"
Expand Down

0 comments on commit 1d12a54

Please sign in to comment.