From b7400651162a5d29d3bd5cfc9c76fd51e87b79e4 Mon Sep 17 00:00:00 2001 From: laz Date: Tue, 10 Sep 2024 08:35:13 +0200 Subject: [PATCH] update build local --- wiki-rtd/docs/wiki_development/general/build-locally.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wiki-rtd/docs/wiki_development/general/build-locally.md b/wiki-rtd/docs/wiki_development/general/build-locally.md index 274eb50..b5c37cb 100644 --- a/wiki-rtd/docs/wiki_development/general/build-locally.md +++ b/wiki-rtd/docs/wiki_development/general/build-locally.md @@ -47,7 +47,7 @@ You can also create your own branch with git checkout -b branchname ``` -### Build locally via bash script +### Build locally via bash script & install hooks Although it possible to build via this method. Option 2 is more reliable and has more options for tracking and restarting the build if required. @@ -55,8 +55,8 @@ Looking at the local build process is good to look at how the build process work ```bash developer_toolbox/build_retrodeck_locally.sh +developer_toolbox/install_hooks.sh ``` -Have a look at what the script does first and look at the corresponding automation_tools/ folder that the script above references for the build The build will take about 3 hours on an eight core pc/laptop. @@ -174,4 +174,4 @@ developer_toolbox/build_retrodeck_locally.sh - Stay Calm! - Wait 5 to 10 minutes and see if device starts responding again. - Restart the PC/laptop. -- make sure runner started and then re run the failed Github action \ No newline at end of file +- make sure runner started and then re run the failed Github action