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

Added checks for cmake,make and ctest in ci->run.sh #8200

Merged
merged 2 commits into from
Jul 7, 2024

Conversation

AlexsCode
Copy link
Contributor

I realised that it is possible to run the shell script without cmake or make installed and it would just report a line number rather than a specific error.

Since llama.cpp can be build with either make or cmake we should identity when one is not installed.

@github-actions github-actions bot added the devops improvements to build systems and github actions label Jun 28, 2024
@mofosyne mofosyne added the Review Complexity : Low Trivial changes to code that most beginner devs (or those who want a break) can tackle. e.g. UI fix label Jun 29, 2024
@ggerganov ggerganov merged commit 4090ea5 into ggerganov:master Jul 7, 2024
7 checks passed
arthw pushed a commit to arthw/llama.cpp that referenced this pull request Jul 13, 2024
* Added checks for cmake,make and ctest

* Removed erroneous whitespace
arthw pushed a commit to arthw/llama.cpp that referenced this pull request Jul 13, 2024
* Added checks for cmake,make and ctest

* Removed erroneous whitespace
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devops improvements to build systems and github actions Review Complexity : Low Trivial changes to code that most beginner devs (or those who want a break) can tackle. e.g. UI fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants