Skip to content

Commit 4abb6c2

Browse files
committed
Fix package_test.yml workflow due to using tt
1 parent d596a19 commit 4abb6c2

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/package_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
include:
1717
- dist: ubuntu
1818
version: jammy
19-
- dist: el
20-
version: 8
19+
- dist: fedora
20+
version: 36
2121

2222
runs-on: ubuntu-20.04
2323

debian/control

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ Build-Depends: debhelper (>= 10),
66
cdbs (>= 0.4.100),
77
tarantool (>= 1.9.0),
88
tarantool-dev (>= 1.9.0),
9-
tarantool-checks (>= 3.0.1)
9+
tarantool-checks (>= 3.0.1),
10+
tt (>= 2.2.1)
1011
Standards-Version: 4.5.1
1112
Homepage: https://github.com/tarantool/luatest
1213
Vcs-Git: git://github.com/tarantool/luatest.git

rpm/luatest.spec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ BuildArch: noarch
1010
BuildRequires: tarantool >= 1.9.0
1111
BuildRequires: tarantool-devel >= 1.9.0
1212
BuildRequires: tarantool-checks >= 3.0.1
13+
BuildRequires: tt >= 2.2.1
1314
Requires: tarantool >= 1.9.0
1415
Requires: tarantool-checks >= 3.0.1
1516
%description

0 commit comments

Comments
 (0)