Skip to content

Conversation

@leeeyubin
Copy link
Member

📄 Work Description

  • GraalVM을 다시 적용합니다.

🗂 Related Issue

@leeeyubin leeeyubin self-assigned this Jun 28, 2025
@jsoonworld jsoonworld requested review from Copilot and jsoonworld and removed request for jsoonworld June 28, 2025 12:21
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR re-enables GraalVM native image building within the CI workflow.

  • Uncommented and activated the GraalVM setup step for JDK 21 with native-image.
  • Uncommented and activated the native image compile step with fail-safe behavior.
Comments suppressed due to low confidence (2)

.github/workflows/DEV-CI.yml:39

  • The indentation under the 'with:' key appears inconsistent with common YAML practices for GitHub workflows. Please adjust to a consistent two-space indent (relative to the parent key) for clarity.
           distribution: 'graalvm-community'

.github/workflows/DEV-CI.yml:65

  • The indentation for the multi-line command in the native image compile step is inconsistent and may lead to YAML parsing issues. Consider aligning the indented commands with a uniform two-space offset relative to the 'run:' block.
           echo "::group::GraalVM Native Image Build"

@jsoonworld jsoonworld merged commit cc705e6 into develop Jun 28, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[✨feat] GraalVM 적용

3 participants