File tree Expand file tree Collapse file tree 7 files changed +162
-106
lines changed Expand file tree Collapse file tree 7 files changed +162
-106
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,12 @@ name: stratisd cargo CI
5
5
on :
6
6
push :
7
7
branches :
8
- - master
9
- - develop-2.4.2
8
+ - patch-2.4.2
10
9
paths :
11
10
- ' **/Cargo.toml'
12
11
pull_request :
13
12
branches :
14
- - master
15
- - develop-2.4.2
13
+ - patch-2.4.2
16
14
paths :
17
15
- ' **/Cargo.toml'
18
16
27
25
# yamllint disable rule:line-length
28
26
- task : |
29
27
COMPARE_FEDORA_VERSIONS=./compare_fedora_versions MANIFEST_PATH=../../Cargo.toml FEDORA_RELEASE=rawhide IGNORE_ARGS="--ignore-category low" make -f ../../Makefile check-fedora-versions
30
- COMPARE_FEDORA_VERSIONS=./compare_fedora_versions MANIFEST_PATH=../../Cargo.toml FEDORA_RELEASE=f34 IGNORE_ARGS="--ignore-category low" make -f ../../Makefile check-fedora-versions
28
+ COMPARE_FEDORA_VERSIONS=./compare_fedora_versions MANIFEST_PATH=../../Cargo.toml FEDORA_RELEASE=f34 IGNORE_ARGS="--ignore-category low --ignore-high bindgen " make -f ../../Makefile check-fedora-versions
31
29
runs-on : ubuntu-18.04
32
30
container :
33
31
image : fedora:34 # CURRENT DEVELOPMENT ENVIRONMENT
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ name: stratisd CI
5
5
on :
6
6
push :
7
7
branches :
8
- - master
9
8
- patch-2.4.2
10
9
paths-ignore :
11
10
- ' CHANGES.txt'
14
13
- ' tests/**'
15
14
pull_request :
16
15
branches :
17
- - master
18
16
- patch-2.4.2
19
17
paths-ignore :
20
18
- ' CHANGES.txt'
Original file line number Diff line number Diff line change @@ -5,16 +5,14 @@ name: stratisd python-based tests
5
5
on :
6
6
push :
7
7
branches :
8
- - master
9
- - develop-2.4.2
8
+ - patch-2.4.2
10
9
paths-ignore :
11
10
- ' CHANGES.txt'
12
11
- ' **/README.md'
13
12
- ' README_tests.md'
14
13
pull_request :
15
14
branches :
16
- - master
17
- - develop-2.4.2
15
+ - patch-2.4.2
18
16
paths-ignore :
19
17
- ' CHANGES.txt'
20
18
- ' **/README.md'
Original file line number Diff line number Diff line change @@ -6,16 +6,14 @@ name: stratisd support CI
6
6
on :
7
7
push :
8
8
branches :
9
- - master
10
- - develop-2.4.2
9
+ - patch-2.4.2
11
10
paths :
12
11
- " **/*.yml"
13
12
- " tests/**"
14
13
- " !tests/**/README.*"
15
14
pull_request :
16
15
branches :
17
- - master
18
- - develop-2.4.2
16
+ - patch-2.4.2
19
17
paths :
20
18
- " **/*.yml"
21
19
- " tests/**"
Original file line number Diff line number Diff line change
1
+ stratisd 2.4.4
2
+ ==============
3
+ Recommended Rust toolchain version: 1.56.1
4
+ Lowest supported Rust toolchain version: 1.54.0
5
+
6
+ Recommended development platform for Python development: Fedora 34
7
+ Lowest supported Python interpreter: 3.6.8
8
+
9
+ - bindgen version bump and some tidies:
10
+ https://github.com/stratis-storage/stratisd/pull/2858
11
+
12
+
1
13
stratisd 2.4.3
2
14
==============
3
15
Recommended Rust toolchain version: 1.56.1
You can’t perform that action at this time.
0 commit comments