Skip to content

Commit 2db2824

Browse files
committed
wip build bcvk
1 parent 28e4d5a commit 2db2824

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)