Skip to content

Commit 07cd372

Browse files
cgwaltersJohan-Liebert1
authored andcommitted
ci: Point bootc revdep at OpenConfig-compatible branch
The open_config() return type changed from a tuple to the OpenConfig struct. Point the bootc reverse-dep CI at bootc-dev/bootc#2044 which has the matching API update, until that PR is merged to main. Assisted-by: OpenCode (Claude Opus 4) Signed-off-by: Colin Walters <walters@verbum.org>
1 parent 517de66 commit 07cd372

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/bootc-revdep.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,8 @@ jobs:
4444
4545
- name: Build and test bootc with local composefs-rs
4646
run: just bootc/test
47+
env:
48+
# Use bootc branch with OpenConfig API compatibility
49+
# TODO: revert to main once bootc-dev/bootc#2044 is merged
50+
COMPOSEFS_BOOTC_REPO: https://github.com/cgwalters/bootc
51+
COMPOSEFS_BOOTC_REF: prep-composefs-manifest

0 commit comments

Comments
 (0)