Skip to content

Commit

Permalink
build: add tt weak dependency
Browse files Browse the repository at this point in the history
Part of tarantool/tt#286

NO_TEST=third-party dependency
NO_DOC=third-party dependency
  • Loading branch information
psergee committed Mar 22, 2023
1 parent f05e683 commit f2cdc65
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions changelogs/unreleased/no-gh-add-tt-dependency.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## feature/build

* Added tt weak dependency
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Depends: ${misc:Depends}, adduser, lsb-base,
# Deps for built-in package manager
# https://github.com/tarantool/tarantool/issues/2612
openssl
Recommends: tarantool-dev, git, build-essential, cmake
Recommends: tarantool-dev, git, build-essential, cmake, tt (>= 0.4.0)
Description: Tarantool in-memory database - common files
Tarantool is an in-memory database and Lua application server.
This package provides scripts to work with tarantool configuration
Expand Down
5 changes: 3 additions & 2 deletions rpm/tarantool.spec
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ Recommends: cmake >= 3.3
Recommends: make
Recommends: gcc >= 4.5
Recommends: gcc-c++ >= 4.5
Recommends: tt >= 0.4.0
%endif

URL: http://tarantool.org
Expand Down Expand Up @@ -792,7 +793,7 @@ fi
- Remove old snapshots which are not needed by replicas.
- New function fiber.join().
- New option `names_only` in tuple:tomap().
- Support custom rock servers in tarantoolctl.
- Support custom rock servers in tarantoolctl.
- Expose on_commit/on_rollback triggers to Lua.
- New function box.is_in_txn() to check if a transaction is open.
- Tuple field access via a json path.
Expand Down Expand Up @@ -845,7 +846,7 @@ fi
altering spaces and indexes.
- It is now possible to turn on `is_nullable` property on a field
even if the space is not empty.
- Several logging improvements.
- Several logging improvements.
- It is now possible to make a unique vinyl index non-unique
without index rebuild.
- Improved vynil UPDATE, REPLACE and recovery performance in presence of
Expand Down

0 comments on commit f2cdc65

Please sign in to comment.