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
ci: 상류 CLI step working-directory + 두 target path 시도
workspace root 에서 --bin rhwp 빌드 시도가 default-run packages 에서
타깃을 못 찾아 실패함. working-directory: external/rhwp 로 돌려서
cargo 가 그 디렉토리의 [[bin]] 정의를 인식하게 함. 빌드 산출물은
workspace 멤버 발견 결과에 따라 ../../target/release/rhwp 또는
./target/release/rhwp 둘 중 하나로 떨어지므로 양쪽 다 시도.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: .github/workflows/ci.yml
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -229,17 +229,19 @@ jobs:
229
229
name: macos-png-hang-samples
230
230
path: /tmp/diag/
231
231
if-no-files-found: warn
232
-
# * 상류 CLI 자체도 hang 하는지 확인 — rhwp export-svg 가 같은 FontMgr 진입점을 거침. workspace target 이 root 에 있음 (Cargo.toml workspace) 이라 working-directory 안 잡고 root 에서 빌드.
232
+
# * 상류 CLI 자체도 hang 하는지 확인 — rhwp export-svg 가 같은 FontMgr 진입점을 거침. external/rhwp 디렉토리에서 빌드하되 산출물은 workspace target 으로 떨어질 수 있어 두 path 다 시도.
0 commit comments