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

expands information for local compilations, clarify not all recipes builds #125

Merged
merged 4 commits into from
Apr 8, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix README.md misspelled recipe word to better understand the instruc…
…tions


#125 (review)

yes, sorry, mabe was better "recipe & versions combinations" but well.. we already address that in #123

Co-authored-by: Rod Vagg <rod@vagg.org>
  • Loading branch information
mckaygerhard and rvagg authored Mar 26, 2024
commit c6e9eddb5de1cb5f86baecf78f6a1bd33f499156
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ bin/local_build.sh -r musl -v v21.0.0

A successful build will place the source in `$workdir/staging/src/` and binaries in `$workdir/staging/release/v21.0.0/` (where `$workdir` currently is `~/Devel/unnofficial-builds-home`). All of those commands are running as a normal user.

You must erase all dockers layers before run a new recibe. Take in considerations that not all recipes can be build in all combinations.
You must erase all dockers layers before run a new recipe. Take in considerations that not all recipes can be built for all versions.

## Team

Expand Down