Open Trickler branch based on 2022.05.x#1
Open
erichiggins wants to merge 67 commits into
Open
Conversation
Add a GitHub action to build the pizero dev version
Added pull request target to allow the workflow to be run on the PR branch
Add `git branch` and `git remote -v` checks before checkout.
Try changing the remote origin I guess? https://dev.to/mariayudina/git-errors-cannot-checkout-branch-error-pathspec-branchname-did-not-match-any-files-known-to-git-59kg
Fix order of sub commands for remove remote
skip the git stuff, maybe don't need it.
…ickler-buildroot into opentrickler-2022.05.x
Attempt a self-hosted runner to compare performance.
Try make -j10
Add preflight check
Try cleaning up whitespace
Try to get more info out of the failing preflight
Try breaking out commands to get more output and info on failure point.
Update script to use python3 and pip3 commands instead of assuming.
Update build commands to use python3 and pip3 commands outside of the venv instead of assuming.
Handle firmware image compression in build step. Upload firmware artifacts.
…ld jobs and label output.
Switch build job trigger from commit to cronjob.
Try adding upstream and follow GH's directions. Also check for the gh command.
move a few commands around, be explicit about origin vs upstream
push changes to origin for 2022.05.x pull then try to merge.
Determine which user is running commands.
Fix broken git config command, just get top 10 lines.
Log difference between latest 2022.05.x and opentrickler branches.
Try three dots
see what's in git config, stop long slow commands
tree .git/refs
more tree .git/refs/
Pin bluezero dep to version 0.8.0 to prevent build breakage
Upgrade checkout action to v4
Bump up number of simultaneous build jobs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
DO NOT MERGE
This PR is simply a reference that shows differences between the upstream
2022.05.xbranch2021.02.x