Skip to content

fix(ci): correct llama.cpp patch for ARM build#11

Merged
seventhback777 merged 1 commit into
mainfrom
fix/ci-arm-llama-patch-v3
May 2, 2026
Merged

fix(ci): correct llama.cpp patch for ARM build#11
seventhback777 merged 1 commit into
mainfrom
fix/ci-arm-llama-patch-v3

Conversation

@seventhback777

Copy link
Copy Markdown
Owner

Three fixes:

  • awk pattern now matches inline-static order (real file uses 'inline static', not 'static inline' as I assumed)
  • remove redundant first-pass skm linux install (skm-install.sh already runs it)
  • after patch, manually run make/make install instead of calling skm linux install again (its 'git reset --hard FETCH_HEAD' would clobber the patch)

Description

Please include a summary of the change and which issue is fixed. Please also include relevant
motivation and context. List any dependencies that are required for this change.

Fixes # (issue)

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as
    expected)
  • Documentation (update or new)

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can
reproduce. Please also list any relevant details for your test configuration

Testing Checklist

  • Tested in latest Chrome
  • Tested in latest Safari
  • Tested in latest Firefox

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have requested a review from ... on the Pull Request

Three fixes:
- awk pattern now matches inline-static order (real file uses 'inline static',
  not 'static inline' as I assumed)
- remove redundant first-pass skm linux install (skm-install.sh already runs it)
- after patch, manually run make/make install instead of calling skm linux install
  again (its 'git reset --hard FETCH_HEAD' would clobber the patch)
@seventhback777 seventhback777 merged commit 2a8d0d2 into main May 2, 2026
6 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant