Chris Johns commented on a discussion: 
https://gitlab.rtems.org/rtems/tools/rtems-source-builder/-/merge_requests/254#note_150931


Thanks for review. The only configurations files pulled in are the common base 
ones and they cannot be used without a version level build set or configuration 
file. The nice things about the approach used is a single simple `git` command 
run in the top directory of:

```
git checkout main -- source-builder
```

Pruning means we would have to remove the unused files and and further back 
pork would add them again. We can:

1. Leave the files
2. Back port from `main` commit, prune and a further commit
3. Back port from `main` and prune with a single commit

Note, other configuration files maybe needed if we need to use more recent 
configuration files. This complicates the build and testing if pruning.

---

Running:

```
../source-builder/sb-track --not-referenced
```

reports:

```
Not referenced (25):

rtems/config/tools/rtems-lwip-6.cfg
source-builder/config/clang-format-common-1.cfg
source-builder/config/fmt-1.cfg
source-builder/config/gcc-10.cfg
source-builder/config/gcc-14.cfg
source-builder/config/gcc-15.cfg
source-builder/config/gcc-4.3-1.cfg
source-builder/config/gcc-4.4-1.cfg
source-builder/config/gcc-4.5-1.cfg
source-builder/config/gcc-4.7-1.cfg
source-builder/config/gcc-4.8-1.cfg
source-builder/config/gcc-6-1.cfg
source-builder/config/gcc-7-1.cfg
source-builder/config/gcc-7.2-1.cfg
source-builder/config/gcc-9.cfg
source-builder/config/gcc-head.cfg
source-builder/config/gdb-6-1.cfg
source-builder/config/libslirp-4-1.cfg
source-builder/config/m4-1-1.cfg
source-builder/config/pcre-8-1.cfg
source-builder/config/pixman-0-2.cfg
source-builder/config/portablegl-1.cfg
source-builder/config/qemu-1-1.cfg
source-builder/config/qemu-9-1.cfg
```

How does this look?

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/tools/rtems-source-builder/-/merge_requests/254#note_150931
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to