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

Simplify README and improve build docs #24

Merged
merged 18 commits into from
Apr 22, 2024
Merged

Conversation

hamishcoleman
Copy link
Contributor

No description provided.

@hamishcoleman hamishcoleman self-assigned this Apr 22, 2024
When building a PR merge, github will set GITHUB_REF to a value like
"refs/pull/24/merge", which the openwrt mechanism will attempt to
checkout, but that string is not acceptable.

Switch to always using the commit hash as that should always be one that
the openwrt git checkout process can find.
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 43.80%. Comparing base (f94e148) to head (ad7da69).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #24      +/-   ##
==========================================
- Coverage   48.94%   43.80%   -5.14%     
==========================================
  Files          40       53      +13     
  Lines        6038     9253    +3215     
==========================================
+ Hits         2955     4053    +1098     
- Misses       3083     5200    +2117     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Its starting to feel like the github runner just doesnt expose the merge
as a cloneable SHA in any useful way.  Since the openwrt build system
/must/ clone a repo from somewhere, this makes it impossible to easily
use it.

TODO: construct a local file url for the cloning?
@hamishcoleman hamishcoleman merged commit a153086 into n42n:main Apr 22, 2024
31 checks passed
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.

2 participants