Skip to content

Makefile fixes#322

Merged
github-actions[bot] merged 2 commits intollm-d:mainfrom
vMaroon:makefile
Aug 31, 2025
Merged

Makefile fixes#322
github-actions[bot] merged 2 commits intollm-d:mainfrom
vMaroon:makefile

Conversation

@vMaroon
Copy link
Member

@vMaroon vMaroon commented Aug 29, 2025

Summary

  • Makefile dependencies tidying
  • Fixed missing deps for linux installation
  • Dropped use of pkg-config for macOS

Related Issues

Makefile Outdated

.PHONY: test
test: test-unit test-e2e ## Run unit tests and e2e tests
test: test-unit test-e2e
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please add back the help text

Makefile Outdated

.PHONY: test-unit
test-unit: download-tokenizer download-zmq ## Run unit tests
test-unit: download-tokenizer install-dependencies
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please add back the help text

Makefile Outdated

.PHONY: test-integration
test-integration: download-tokenizer download-zmq ## Run integration tests
test-integration: download-tokenizer install-dependencies
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please add back the help text

Signed-off-by: Maroon Ayoub <maroon.ayoub@ibm.com>
Signed-off-by: Maroon Ayoub <maroon.ayoub@ibm.com>
@shmuelk
Copy link
Collaborator

shmuelk commented Aug 31, 2025

/lgtm

/approve

@github-actions github-actions bot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Aug 31, 2025
@github-actions github-actions bot merged commit 82f0cf2 into llm-d:main Aug 31, 2025
5 checks passed
@vMaroon vMaroon deleted the makefile branch August 31, 2025 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

lgtm "Looks good to me", indicates that a PR is ready to be merged.

Projects

None yet

2 participants