You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): use absolute paths for config fragments in merge step
merge_config.sh runs from kernel/src/ so relative paths like
configs/base/x86-64-v2.config resolve against the wrong directory.
Capture REPO_ROOT before cd and prefix all fragment paths.
0 commit comments