Skip to content

Commit 904ab21

Browse files
ci: bump latest EE SDK
Run with release 2.11.0 SDK instead of a dev one. Since r563 SDK provides tt, tt is used instead of tarantoolctl to install rocks. tt 1.0.2 provided by SDK fails to build a latest vshard rock [1] (the issue is fixed in tt 1.1.1), so we must explicitly require the pipeline to install tagged vshard for now. 1. tarantool/tt@12bf404
1 parent b30e2b6 commit 904ab21

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ jobs:
143143
- sdk-version: 'bundle-2.10.0-1-gfa775b383-r486-linux-x86_64'
144144
coveralls: false
145145
ssl: true
146-
- sdk-path: 'dev/linux/x86_64/master/'
147-
sdk-version: 'sdk-gc64-2.11.0-entrypoint-113-g803baaffe-r529.linux.x86_64'
146+
- sdk-path: 'release/linux/x86_64/2.11/'
147+
sdk-version: 'sdk-gc64-2.11.0-0-r563.linux.x86_64'
148148
coveralls: true
149149
ssl: true
150150

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ clean:
2727
.PHONY: deps
2828
deps: clean
2929
( cd ./queue/testdata; $(TTCTL) rocks install queue 1.3.0 )
30-
( cd ./crud/testdata; $(TTCTL) rocks install crud 1.1.1 )
30+
( cd ./crud/testdata; $(TTCTL) rocks install vshard 0.1.24; $(TTCTL) rocks install crud 1.1.1 )
3131

3232
.PHONY: datetime-timezones
3333
datetime-timezones:

0 commit comments

Comments
 (0)