Skip to content

fix: Makefile fixes for MacOS#304

Merged
shmuelk merged 1 commit intollm-d:mainfrom
shmuelk:make-fixes
Aug 19, 2025
Merged

fix: Makefile fixes for MacOS#304
shmuelk merged 1 commit intollm-d:mainfrom
shmuelk:make-fixes

Conversation

@shmuelk
Copy link
Collaborator

@shmuelk shmuelk commented Aug 19, 2025

This PR fixes issues with building images and downloading the tokenizer library on MacOS.

In particular:

  1. It hard codes the TARGETOS passed into the image builder as linux
  2. It overrides the architecture used when downloading the toenizer to be x86_64 and not amd64 on Intel based Macs

Note: this uses GNU Makefile extensions. Is this ok?

fix: #293

Copy link
Collaborator

@elevran elevran left a comment

Choose a reason for hiding this comment

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

/lgtm

Signed-off-by: Shmuel Kallner <kallner@il.ibm.com>
@shmuelk shmuelk merged commit d829fd5 into llm-d:main Aug 19, 2025
5 checks passed
@shmuelk shmuelk deleted the make-fixes branch August 19, 2025 10:39
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.

env-dev-kind on Mac M1 (Apple silicone)

2 participants