Created
January 8, 2026 02:43
-
-
Save lupyuen/3d21869dae705d6c9d3acc1e8d94ffd1 to your computer and use it in GitHub Desktop.
Log for Start NuttX Build. See https://lupyuen.org/articles/dashboard
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
| luppy@nuttx-dashboard-vm:~/nuttx-release$ git config --global user.email "nuttxpr@gmail.com" | |
| luppy@nuttx-dashboard-vm:~/nuttx-release$ git config --global user.name "nuttxpr (nuttx-dashboard-vm)" | |
| luppy@nuttx-dashboard-vm:~/nuttx-release$ cd $HOME/nuttx-release | |
| luppy@nuttx-dashboard-vm:~/nuttx-release$ ./enable-macos-windows.sh | |
| + tmp_dir=/tmp/enable-macos-windows | |
| + rm -rf /tmp/enable-macos-windows | |
| + mkdir /tmp/enable-macos-windows | |
| + cd /tmp/enable-macos-windows | |
| + git clone ssh://git@github.com/NuttX/nuttx | |
| Cloning into 'nuttx'... | |
| remote: Enumerating objects: 872693, done. | |
| remote: Counting objects: 100% (344/344), done. | |
| remote: Compressing objects: 100% (221/221), done. | |
| remote: Total 872693 (delta 174), reused 123 (delta 123), pack-reused 872349 (from 3) | |
| Receiving objects: 100% (872693/872693), 342.32 MiB | 8.09 MiB/s, done. | |
| Resolving deltas: 100% (683761/683761), done. | |
| Updating files: 100% (25302/25302), done. | |
| + cd nuttx | |
| + file=.github/workflows/build.yml | |
| + tmp_file=/tmp/enable-macos-windows/build.yml | |
| + search=branches: | |
| + replace='branches:\n - master' | |
| + sed 's/branches:/branches:\n - master/g' | |
| + cat .github/workflows/build.yml | |
| + mv /tmp/enable-macos-windows/build.yml .github/workflows/build.yml | |
| + search='apache\/nuttx\/.github\/workflows\/arch.yml@master' | |
| + replace='NuttX\/nuttx\/.github\/workflows\/arch.yml@master' | |
| + cat .github/workflows/build.yml | |
| + sed 's/apache\/nuttx\/.github\/workflows\/arch.yml@master/NuttX\/nuttx\/.github\/workflows\/arch.yml@master/g' | |
| + mv /tmp/enable-macos-windows/build.yml .github/workflows/build.yml | |
| + search='max-parallel: 12' | |
| + replace='fail-fast: false' | |
| + cat .github/workflows/build.yml | |
| + sed 's/max-parallel: 12/fail-fast: false/g' | |
| + mv /tmp/enable-macos-windows/build.yml .github/workflows/build.yml | |
| + search='max-parallel: 2' | |
| + replace='fail-fast: false' | |
| + sed 's/max-parallel: 2/fail-fast: false/g' | |
| + cat .github/workflows/build.yml | |
| + mv /tmp/enable-macos-windows/build.yml .github/workflows/build.yml | |
| + search='cache: false' | |
| + replace= | |
| + cat .github/workflows/build.yml | |
| + sed 's/cache: false//g' | |
| + mv /tmp/enable-macos-windows/build.yml .github/workflows/build.yml | |
| + file=.github/workflows/arch.yml | |
| + tmp_file=/tmp/enable-macos-windows/arch.yml | |
| + search='== "macOS"' | |
| + replace='== "NOTUSED"' | |
| + sed 's/== "macOS"/== "NOTUSED"/g' | |
| + cat .github/workflows/arch.yml | |
| + mv /tmp/enable-macos-windows/arch.yml .github/workflows/arch.yml | |
| + git pull | |
| Already up to date. | |
| + git status | |
| On branch master | |
| Your branch is up to date with 'origin/master'. | |
| Changes not staged for commit: | |
| (use "git add <file>..." to update what will be committed) | |
| (use "git restore <file>..." to discard changes in working directory) | |
| modified: .github/workflows/arch.yml | |
| modified: .github/workflows/build.yml | |
| no changes added to commit (use "git add" and/or "git commit -a") | |
| + git add . | |
| + git commit --all '--message=Enable macOS Builds https://github.com/lupyuen/nuttx-release/blob/main/enable-macos-windows.sh' | |
| [master e7acaad6df] Enable macOS Builds https://github.com/lupyuen/nuttx-release/blob/main/enable-macos-windows.sh | |
| 2 files changed, 9 insertions(+), 8 deletions(-) | |
| + git push | |
| Enumerating objects: 11, done. | |
| Counting objects: 100% (11/11), done. | |
| Delta compression using up to 2 threads | |
| Compressing objects: 100% (6/6), done. | |
| Writing objects: 100% (6/6), 652 bytes | 652.00 KiB/s, done. | |
| Total 6 (delta 5), reused 0 (delta 0), pack-reused 0 | |
| remote: Resolving deltas: 100% (5/5), completed with 5 local objects. | |
| To ssh://github.com/NuttX/nuttx | |
| 220263e7c4..e7acaad6df master -> master | |
| luppy@nuttx-dashboard-vm:~/nuttx-release$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment