mirror of
https://github.com/lupyuen/lupyuen.github.io.git
synced 2025-01-13 09:08:30 +08:00
__Don't leave any extra files__ lying around
This commit is contained in:
parent
167442bff5
commit
428b8e8564
1 changed files with 11 additions and 0 deletions
11
src/pr.md
11
src/pr.md
|
@ -964,6 +964,17 @@ etctmp.c
|
|||
|
||||
[(NuttX CI validates the Config Files by calling __cibuild.sh__)](https://lupyuen.github.io/articles/pr#appendix-building-the-docker-image-for-nuttx-ci)
|
||||
|
||||
__Don't leave any extra files__ lying around after the NuttX Build! Or we'll see this error...
|
||||
|
||||
```text
|
||||
HEAD detached at pull/15188/merge
|
||||
Ignored files:
|
||||
(use "git add -f <file>..." to include in what will be committed)
|
||||
config.txt
|
||||
```
|
||||
|
||||
[(See the fix)](https://github.com/apache/nuttx/pull/15188#issuecomment-2547281097)
|
||||
|
||||
# Appendix: Validate NuttX Release
|
||||
|
||||
_For each Official Release of NuttX, how do we check if it runs OK on all devices? Like PinePhone, ESP32, BL602, ..._
|
||||
|
|
Loading…
Reference in a new issue