Gedare Bloom commented on a discussion on .gitmodules: 
https://gitlab.rtems.org/rtems/prequal/rtems-central/-/merge_requests/2#note_112087

 >  [submodule "external/rtems"]
 >      path = modules/rtems
 > -    url = git://git.rtems.org/sebh/rtems.git
 > +    url = https://gitlab.rtems.org/sebhub/rtems.git

To answer my second question (What is in your developer version of `rtems.git` 
to enable this workflow to work, that doesn't exist in the upstream 
`rtems.git`?) the submodule commit points to some arbitrary location in your 
personal repo:
```
$ git log 2aa73f4da95ecf847471303562d7ca3a8a03c7dc^!
commit 2aa73f4da95ecf847471303562d7ca3a8a03c7dc (sebhub/qual-101)
Author: Sebastian Huber <sebastian.hu...@embedded-brains.de>
Date:   Fri Nov 24 20:03:42 2023 +0100

    testsuites/isvv: Do not use CFLAGS defines
    
    The CFLAGS influence the entire build.  Using them for tests is madness.  
The
    funny defines affected the rtems_board_support_package() directive.
```

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/prequal/rtems-central/-/merge_requests/2#note_112087
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to