@@ -34,10 +34,10 @@ jobs:
34
34
matrix :
35
35
include :
36
36
- task : make -f Makefile fmt-travis
37
- toolchain : 1.70 .0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
37
+ toolchain : 1.71 .0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
38
38
components : rustfmt
39
39
- task : make -f Makefile check-typos
40
- toolchain : 1.70 .0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
40
+ toolchain : 1.71 .0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
41
41
components : cargo
42
42
runs-on : ubuntu-22.04
43
43
container :
74
74
TANG_URL=tang
75
75
RUST_LOG=stratisd=debug
76
76
make -f Makefile test-clevis-loop
77
- toolchain: 1.70 .0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
77
+ toolchain: 1.71 .0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
78
78
components: cargo
79
79
image: fedora:38 # CURRENT DEVELOPMENT ENVIRONMENT
80
80
runs-on : ubuntu-22.04
@@ -152,7 +152,7 @@ jobs:
152
152
- uses : dtolnay/rust-toolchain@master
153
153
with :
154
154
components : cargo
155
- toolchain : 1.66.1 # LOWEST SUPPORTED RUST TOOLCHAIN
155
+ toolchain : 1.69.0 # LOWEST SUPPORTED RUST TOOLCHAIN
156
156
- name : Build stratisd
157
157
run : PROFILEDIR=debug make -f Makefile build-all
158
158
- name : Install stratisd
@@ -176,7 +176,7 @@ jobs:
176
176
runs-on : ubuntu-22.04
177
177
container :
178
178
image : fedora:38 # CURRENT DEVELOPMENT ENVIRONMENT
179
- options : --privileged --userns=host --ipc=host -v /run/dbus/system_bus_socket:/run/dbus/system_bus_socket:ro -v /usr/share/dbus-1:/usr/share/dbus-1
179
+ options : --privileged --userns=host --ipc=host -v /dev:/dev -v /run/udev:/run/udev -v /usr/lib/udev:/usr/lib/udev -v / run/dbus/system_bus_socket:/run/dbus/system_bus_socket:ro -v /usr/share/dbus-1:/usr/share/dbus-1
180
180
steps :
181
181
- uses : actions/checkout@v3
182
182
- name : Install dependencies
@@ -208,7 +208,7 @@ jobs:
208
208
- uses : dtolnay/rust-toolchain@master
209
209
with :
210
210
components : cargo
211
- toolchain : 1.70 .0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
211
+ toolchain : 1.71 .0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
212
212
- name : Run stratisd-min cli tests
213
213
run : make test-stratisd-min
214
214
- name : Run stratis-min cli tests
@@ -260,7 +260,7 @@ jobs:
260
260
- uses : dtolnay/rust-toolchain@master
261
261
with :
262
262
components : cargo
263
- toolchain : 1.70 .0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
263
+ toolchain : 1.71 .0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
264
264
- name : Check out ci repo
265
265
run : git clone https://github.com/stratis-storage/ci.git
266
266
- name : Run ${{ matrix.task }}
@@ -295,7 +295,7 @@ jobs:
295
295
- uses : dtolnay/rust-toolchain@master
296
296
with :
297
297
components : cargo
298
- toolchain : 1.70 .0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
298
+ toolchain : 1.71 .0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
299
299
- name : Build stratisd
300
300
run : PROFILEDIR=debug make -f Makefile build-all
301
301
- name : Install stratisd
@@ -339,7 +339,7 @@ jobs:
339
339
- uses : dtolnay/rust-toolchain@master
340
340
with :
341
341
components : cargo
342
- toolchain : 1.66.1 # LOWEST SUPPORTED RUST TOOLCHAIN
342
+ toolchain : 1.69.0 # LOWEST SUPPORTED RUST TOOLCHAIN
343
343
- name : Build stratisd
344
344
run : PROFILEDIR=debug make -f Makefile build-all
345
345
- name : Install stratisd
@@ -353,7 +353,7 @@ jobs:
353
353
- name : Use testing 3.5.2
354
354
run : git checkout tags/v3.5.2 -b version-3.5.2
355
355
working-directory : ./testing
356
- - name : Run stratisd_cert.py using Rust ${{ matrix.toolchain }}
356
+ - name : Run stratisd_cert.py
357
357
run : >
358
358
sudo
359
359
RUST_LOG=stratisd=debug
0 commit comments