Skip to content

fix(docker): copy build_support/ into container image#699

Merged
zhoujh01 merged 1 commit intomainfrom
fix/dockerfile-copy-build-support
Mar 17, 2026
Merged

fix(docker): copy build_support/ into container image#699
zhoujh01 merged 1 commit intomainfrom
fix/dockerfile-copy-build-support

Conversation

@qin-ctx
Copy link
Copy Markdown
Collaborator

@qin-ctx qin-ctx commented Mar 17, 2026

Description

Add the missing COPY build_support/ build_support/ instruction to the Dockerfile so that the build_support Python module is available during Docker image builds.

Related Issue

N/A

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Refactoring (no functional changes)
  • Performance improvement
  • Test update

Changes Made

  • Added COPY build_support/ build_support/ to the Dockerfile, placed before the existing COPY crates/ crates/ line to maintain logical ordering of source copy instructions.

Testing

  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • I have tested this on the following platforms:
    • Linux
    • macOS
    • Windows

Checklist

  • My code follows the project's coding style
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • Any dependent changes have been merged and published

Screenshots (if applicable)

N/A

Additional Notes

The build_support/ directory contains x86_profiles.py and other helpers used by setup.py during native extension builds. Without this COPY instruction, Docker builds fail because the module cannot be imported.

Generated with Claude Code

The build_support/ module is required during the Docker build for
setup.py artifact builds but was missing from the COPY instructions,
causing build failures.

Co-Authored-By: Claude Opus 4.6
@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Mar 17, 2026

CLA assistant check
All committers have signed the CLA.

@github-actions
Copy link
Copy Markdown

PR Reviewer Guide 🔍

Here are some key observations to aid the review process:

⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪
🧪 No relevant tests
🔒 No security concerns identified
⚡ No major issues detected

@github-actions
Copy link
Copy Markdown

PR Code Suggestions ✨

No code suggestions found for the PR.

@zhoujh01 zhoujh01 merged commit 92cd7e2 into main Mar 17, 2026
5 of 6 checks passed
@github-project-automation github-project-automation bot moved this from Backlog to Done in OpenViking project Mar 17, 2026
@zhoujh01 zhoujh01 deleted the fix/dockerfile-copy-build-support branch March 17, 2026 11:47
ZaynJarvis pushed a commit to ZaynJarvis/OpenViking that referenced this pull request Mar 17, 2026
…engine#699)

The build_support/ module is required during the Docker build for
setup.py artifact builds but was missing from the COPY instructions,
causing build failures.

Co-Authored-By: Claude Opus 4.6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants