Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix macOS startup #4658

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

Mulugruntz
Copy link

What problem does this PR solve?

#4319

This pull request includes several changes to improve the Docker setup and documentation for the project. The most important changes include updating the Dockerfile to support modern versions of Rust, adding a new Docker Compose configuration for macOS, and updating the build instructions in the documentation.

Improvements to Docker setup:

  • Dockerfile: Added installation steps for a modern version of Rust and updated the logic for installing the correct ODBC driver based on the architecture.
  • docker/docker-compose-macos.yml: Added a new Docker Compose configuration file specifically for macOS, including service dependencies, environment variables, and volume mappings.

Updates to documentation:

Type of change

  • Bug Fix (non-breaking change which fixes an issue)
  • New Feature (non-breaking change which adds functionality)
  • Documentation Update
  • Refactoring
  • Performance Improvement
  • Other (please describe):

This is needed for `graspologic-native` (v1.2.3)

Signed-off-by: Samuel Giffard <samuel.giffard@mytomorrows.com>
It now uses `uname -m` to properly determine whether to install msodbcsql17 or msodbcsql18.

Signed-off-by: Samuel Giffard <samuel.giffard@mytomorrows.com>
It now includes a one-line install and start command line. Instead of using a pre-built image, it uses `../Dockerfile`, which now works on Apple M-chips.

Signed-off-by: Samuel Giffard <samuel.giffard@mytomorrows.com>
@yingfeng yingfeng added the ci Continue Integration label Jan 26, 2025
@KevinHuSh
Copy link
Collaborator

Appreciation!
CI fail. Please resolve the issue.

Signed-off-by: Samuel Giffard <samuel.giffard@mytomorrows.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Continue Integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants