@@ -128,7 +128,6 @@ jobs:
128128 - name : Install dependencies
129129 run : >
130130 dnf install -y
131- asciidoc
132131 clang
133132 cryptsetup-devel
134133 device-mapper-devel
@@ -156,10 +155,10 @@ jobs:
156155 with :
157156 working-directory : stratisd
158157 - name : Build stratisd
159- run : PROFILEDIR=debug make build-all
158+ run : PROFILEDIR=debug make build-all-rust
160159 working-directory : stratisd
161160 - name : Install stratisd
162- run : PROFILEDIR=debug make install
161+ run : PROFILEDIR=debug make install-programs
163162 working-directory : stratisd
164163 - name : Workaround for D-Bus inotify
165164 run : cp stratisd.conf /usr/share/dbus-1/system.d
@@ -187,7 +186,6 @@ jobs:
187186 - name : Install dependencies
188187 run : >
189188 dnf install -y
190- asciidoc
191189 clang
192190 cryptsetup-devel
193191 device-mapper-devel
@@ -220,10 +218,10 @@ jobs:
220218 with :
221219 working-directory : stratisd
222220 - name : Build stratisd
223- run : PROFILEDIR=debug make build-all
221+ run : PROFILEDIR=debug make build-all-rust
224222 working-directory : stratisd
225223 - name : Install stratisd
226- run : PROFILEDIR=debug make install
224+ run : PROFILEDIR=debug make install-programs
227225 working-directory : stratisd
228226 - name : Workaround for D-Bus inotify
229227 run : cp stratisd.conf /usr/share/dbus-1/system.d
0 commit comments