Skip to content

Commit

Permalink
deps: bump cartridge dependency
Browse files Browse the repository at this point in the history
Bump `cartridge` rock dependency to 2.7.4 in tests. Version 2.7.4 fixes
critical bug related to cartridge hot reload killing `box.watchable`
fiber and causing Tarantool to segfault [1].

1. tarantool/cartridge#1741
  • Loading branch information
DifferentialOrange committed Apr 20, 2022
1 parent d1b1c1a commit 2454862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ tarantoolctl rocks install "${LUACOV_COVERALLS_ROCKSPEC_FILE}"
rm "${LUACOV_COVERALLS_ROCKSPEC_FILE}"
rmdir "${TMPDIR}"

tarantoolctl rocks install cartridge 2.7.3
tarantoolctl rocks install cartridge 2.7.4
tarantoolctl rocks install ddl 1.6.0

tarantoolctl rocks make

0 comments on commit 2454862

Please sign in to comment.