This repository was archived by the owner on Apr 14, 2022. It is now read-only.
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ sudo: true
5
5
dist : trusty
6
6
7
7
env :
8
- - SHARD_VERSION=1.2
9
- - SHARD_VERSION=2.1
8
+ - SHARD_VERSION=1.2 AVRO_SCHEMA=2.3.2
9
+ - SHARD_VERSION=2.1 AVRO_SCHEMA=2.3.2
10
10
11
11
branches :
12
12
only :
@@ -37,7 +37,7 @@ install:
37
37
- sudo make install
38
38
- cd ..
39
39
- tarantoolctl rocks install shard "${SHARD_VERSION}"
40
- - tarantoolctl rocks install avro-schema
40
+ - tarantoolctl rocks install avro-schema "${AVRO_SCHEMA}"
41
41
- cd graphql
42
42
- git submodule update --recursive --init
43
43
- tarantoolctl rocks install lulpeg
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ make test
155
155
* For use:
156
156
* tarantool,
157
157
* lulpeg,
158
- * > =tarantool/avro-schema-2.0-71-gfea0ead,
158
+ * > =tarantool/avro-schema-2.0-71-gfea0ead (but < 3.0.0) ,
159
159
* > =tarantool/shard-1.1-91-gfa88bf8 (but < 2.0) or
160
160
> =tarantool/shard-2.1-0-g0a7d98f (optional),
161
161
* lrexlib-pcre2 or lrexlib-pcre (optional),
@@ -164,7 +164,7 @@ make test
164
164
* python 2.7,
165
165
* virtualenv,
166
166
* luacheck,
167
- * > =tarantool/avro-schema-2.2.2-4-g1145e3e,
167
+ * > =tarantool/avro-schema-2.2.2-4-g1145e3e (but < 3.0.0) ,
168
168
* > =tarantool/shard-1.1-92-gec1a27e (but < 2.0) or
169
169
> =tarantool/shard-2.1-0-g0a7d98f,
170
170
* tarantool/http.
You can’t perform that action at this time.
0 commit comments