File tree 3 files changed +13
-8
lines changed
3 files changed +13
-8
lines changed Original file line number Diff line number Diff line change @@ -99,12 +99,14 @@ jobs:
99
99
- name : Install test requirements
100
100
run : pip3 install -r requirements-test.txt
101
101
102
+ # Installation of the specific CMake version is a hotfix for
103
+ # https://github.com/tarantool/checks/issues/64
102
104
- name : Install the crud module for testing purposes
103
105
run : |
104
106
curl -L https://tarantool.io/release/2/installer.sh | bash
105
107
sudo apt install -y tt
106
108
pip3 install cmake==3.15.3
107
- tt rocks install crud 1.4.2
109
+ tt rocks install crud
108
110
109
111
- name : Run tests
110
112
run : make test-pure-install
@@ -345,7 +347,7 @@ jobs:
345
347
curl -L https://tarantool.io/release/2/installer.sh | bash
346
348
sudo dnf install -y tt
347
349
pip3 install cmake==3.15.3
348
- tt rocks install crud 1.4.2
350
+ tt rocks install crud
349
351
350
352
- name : Run tests
351
353
run : make test-pure-install
@@ -465,6 +467,8 @@ jobs:
465
467
466
468
matrix :
467
469
target :
470
+ - os : debian
471
+ dist : bullseye # 11
468
472
# - os: debian
469
473
# dist: bookworm # 12
470
474
- os : ubuntu
@@ -525,7 +529,7 @@ jobs:
525
529
curl -L https://tarantool.io/release/2/installer.sh | bash
526
530
apt install -y tt
527
531
pip3 install cmake==3.15.3
528
- tt rocks install crud 1.4.2
532
+ tt rocks install crud
529
533
530
534
- name : Run tests
531
535
run : |
Original file line number Diff line number Diff line change 44
44
curl -L https://tarantool.io/release/2/installer.sh | bash
45
45
sudo apt install -y tt
46
46
pip3 install cmake==3.15.3
47
- tt rocks install crud 1.4.2
47
+ tt rocks install crud
48
48
49
49
- run : make test
Original file line number Diff line number Diff line change 64
64
tt version
65
65
tt init
66
66
67
- # Waiting until `checks` repo will be updated.
67
+ # Installation of the specific CMake version is a hotfix for
68
+ # https://github.com/tarantool/checks/issues/64
68
69
- name : Install old CMake
69
70
run : pip3 install cmake==3.15.3
70
71
@@ -123,7 +124,7 @@ jobs:
123
124
run : pip3 install -r requirements-test.txt
124
125
125
126
- name : Install the crud module for testing purposes
126
- run : tt rocks install crud 1.4.2
127
+ run : tt rocks install crud
127
128
128
129
- name : Run tests
129
130
run : make test
@@ -190,7 +191,7 @@ jobs:
190
191
curl -L https://tarantool.io/release/2/installer.sh | bash
191
192
sudo apt install -y tt
192
193
pip3 install cmake==3.15.3
193
- tt rocks install crud 1.4.2 TARANTOOL_DIR=$PWD/tarantool-enterprise
194
+ tt rocks install crud TARANTOOL_DIR=$PWD/tarantool-enterprise
194
195
195
196
- name : Run tests
196
197
run : |
@@ -251,7 +252,7 @@ jobs:
251
252
curl -L https://tarantool.io/release/2/installer.sh | bash
252
253
sudo apt install -y tt
253
254
pip3 install cmake==3.15.3
254
- tt rocks install crud 1.4.2
255
+ tt rocks install crud
255
256
256
257
- name : Run tests
257
258
run : make test-pure-install
You can’t perform that action at this time.
0 commit comments