Skip to content

Commit ced04a4

Browse files
committed
Merge branch 'feature/support-geospatial-5.2.x' of github.com:keithdoggett/activerecord-cockroachdb-adapter into feature/support-geospatial-5.2.x
2 parents 2b015f8 + 6a8d9a3 commit ced04a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/teamcity-test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -euox pipefail
44

55
# Download CockroachDB
6-
VERSION=v20.2.0-beta.3
6+
VERSION=v20.2.3
77
wget -qO- https://binaries.cockroachdb.com/cockroach-$VERSION.linux-amd64.tgz | tar xvz
88
readonly COCKROACH=./cockroach-$VERSION.linux-amd64/cockroach
99

@@ -21,7 +21,7 @@ run_cockroach() {
2121
cockroach quit --insecure || true
2222
rm -rf cockroach-data
2323
# Start CockroachDB.
24-
cockroach start-single-node --max-sql-memory=25% --cache=25% --insecure --host=localhost --listening-url-file="$urlfile" >/dev/null 2>&1 &
24+
cockroach start-single-node --max-sql-memory=25% --cache=25% --insecure --host=localhost --spatial-libs=./cockroach-$VERSION.linux-amd64/lib --listening-url-file="$urlfile" >/dev/null 2>&1 &
2525
# Ensure CockroachDB is stopped on script exit.
2626
trap "echo 'Exit routine: Killing CockroachDB.' && kill -9 $! &> /dev/null" EXIT
2727
# Wait until CockroachDB has started.

0 commit comments

Comments
 (0)