Skip to content

fix: iOS만 선택해도 동시빌드 설정 시 Android까지 빌드되는 문제 - #36

Merged
kimdzhekhon merged 4 commits into
mainfrom
fix/ios-only-parallel-build
Jul 21, 2026
Merged

fix: iOS만 선택해도 동시빌드 설정 시 Android까지 빌드되는 문제#36
kimdzhekhon merged 4 commits into
mainfrom
fix/ios-only-parallel-build

Conversation

@kimdzhekhon

Copy link
Copy Markdown
Member

Summary

  • 동시빌드 분기(build-flutter.sh)가 BUILD_ANDROID/BUILD_IOS 플래그를 확인하지 않고 build_android, build_ios를 무조건 둘 다 호출하던 버그 수정
  • .build_prefs에 동시빌드=true가 저장돼 있으면 iOS만(또는 Android만) 선택해도 양쪽이 빌드됨
  • 순차빌드 분기와 동일하게 두 플래그 모두 true일 때만 동시빌드 진입하도록 조건 추가

Test plan

  • iOS만 선택 + 동시빌드 설정 상태에서 Android 빌드 안 되는지 확인
  • Android만 선택 + 동시빌드 설정 상태에서 iOS 빌드 안 되는지 확인
  • 둘 다 선택 + 동시빌드 시 정상적으로 동시 빌드되는지 확인

kimdzhekhon and others added 4 commits July 21, 2026 16:26
동시빌드 분기가 BUILD_ANDROID/BUILD_IOS 플래그를 확인하지 않고
build_android와 build_ios를 무조건 둘 다 호출했음. 순차빌드 분기는
플래그를 확인하는데 동시빌드 분기만 누락되어, 저장된 .build_prefs에
동시빌드=true가 있으면 단일 플랫폼 선택 시에도 양쪽이 빌드됨.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@kimdzhekhon
kimdzhekhon merged commit ae25447 into main Jul 21, 2026
4 checks passed
@kimdzhekhon
kimdzhekhon deleted the fix/ios-only-parallel-build branch July 21, 2026 07:33
kimdzhekhon added a commit that referenced this pull request Jul 29, 2026
* fix: iOS만 선택해도 동시빌드 설정 시 Android까지 빌드되는 문제 수정

동시빌드 분기가 BUILD_ANDROID/BUILD_IOS 플래그를 확인하지 않고
build_android와 build_ios를 무조건 둘 다 호출했음. 순차빌드 분기는
플래그를 확인하는데 동시빌드 분기만 누락되어, 저장된 .build_prefs에
동시빌드=true가 있으면 단일 플랫폼 선택 시에도 양쪽이 빌드됨.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>

* chore: trigger CI

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>

* chore: retrigger CI after re-enabling Validate workflow

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>

* chore: regenerate update-manifest.txt for build-flutter.sh fix

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>

---------

Co-authored-by: Kim Jaehyun <231584193+kimdzhekhon@users.noreply.github.com>
Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>
kimdzhekhon added a commit that referenced this pull request Jul 29, 2026
* fix: iOS만 선택해도 동시빌드 설정 시 Android까지 빌드되는 문제 수정

동시빌드 분기가 BUILD_ANDROID/BUILD_IOS 플래그를 확인하지 않고
build_android와 build_ios를 무조건 둘 다 호출했음. 순차빌드 분기는
플래그를 확인하는데 동시빌드 분기만 누락되어, 저장된 .build_prefs에
동시빌드=true가 있으면 단일 플랫폼 선택 시에도 양쪽이 빌드됨.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>

* chore: trigger CI

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>

* chore: retrigger CI after re-enabling Validate workflow

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>

* chore: regenerate update-manifest.txt for build-flutter.sh fix

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>

---------

Co-authored-by: Kim Jaehyun <231584193+kimdzhekhon@users.noreply.github.com>
Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant