[RFC] [avr] Toolchain Integration for Testsuite Execution (avr cc0 to mode_cc0 conversion)

Jeff Law law@redhat.com
Tue Jan 5 16:50:07 GMT 2021



On 1/5/21 2:18 AM, abebeos wrote:
>
> On Mon, 4 Jan 2021 at 21:40, Jeff Law <law@redhat.com
> <mailto:law@redhat.com>> wrote:
>
>     On 12/31/20 7:13 AM, abebeos wrote:
>     [...]
>     >     >         I'm definitely curious about the testing setup and
>     >     whether or
>     >     >         not it can
>     >     >         be replicated into our Jenkins setup. 
>     >     >
>     >     >
>     >     >     Where can I find this Jenkins setup?
>     >     >
>     >     >
>     >     > To close this: assuming " into our Jenkins setup" is some
>     redhat
>     >     > internal jenkins setup.
>     >     No, it's public.
>     >
>     >     http://gcc.gnu.org/jenkins <http://gcc.gnu.org/jenkins>
>     <http://gcc.gnu.org/jenkins <http://gcc.gnu.org/jenkins>>
>     >
>     >
>     > (sidenote: This resolves on my side to the (insecure)
>     > http://3.14.90.209:8080/ <http://3.14.90.209:8080/>
>     <http://3.14.90.209:8080/ <http://3.14.90.209:8080/>>)
>     Yup.
>
>     >
>     > Is the source-code of  http://gcc.gnu.org/jenkins
>     <http://gcc.gnu.org/jenkins>
>     > <http://gcc.gnu.org/jenkins <http://gcc.gnu.org/jenkins>>
>     available somewhere? I could not locate it.
>     Jenkins is a project independent of GCC for building continuous
>     testing/delivery systems.  See http://jenkins.io <http://jenkins.io>
>
>
> Oh, my bad - I was referring to the sources of gcc's project jenkins
> setup (the scripts, configs etc. for the different targets, including
> avr).
The Generators subdirectory has jobs which are used to rebuild the
various target jobs.  They're broadly categorized by the type of build. 
ie, pure native, qemu-emulated native, glibc cross, newlib cross and no
runtime library.  avr IIRC fits into the final category as it doesn't
have an upstreamed glibc or newlib port.

Jeff



More information about the Gcc-patches mailing list