File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -131,6 +131,13 @@ jobs:
131131 uses : ./.github/actions/bootc-ubuntu-setup
132132 with :
133133 libvirt : true
134+ - name : Build bcvk from PR 159
135+ run : |
136+ git clone https://github.com/cgwalters/bcvk-fork /tmp/bcvk
137+ cd /tmp/bcvk
138+ git checkout bind-storage-ro-selinux
139+ cargo build --release
140+ sudo install -m 0755 target/release/bcvk /usr/local/bin/bcvk
134141 - name : Install tmt
135142 run : pip install --user "tmt[provision-virtual]"
136143
@@ -191,6 +198,13 @@ jobs:
191198 uses : ./.github/actions/bootc-ubuntu-setup
192199 with :
193200 libvirt : true
201+ - name : Build bcvk from PR 159
202+ run : |
203+ git clone https://github.com/cgwalters/bcvk-fork /tmp/bcvk
204+ cd /tmp/bcvk
205+ git checkout bind-storage-ro-selinux
206+ cargo build --release
207+ sudo install -m 0755 target/release/bcvk /usr/local/bin/bcvk
194208 - name : Install tmt
195209 run : pip install --user "tmt[provision-virtual]"
196210
You can’t perform that action at this time.
0 commit comments