dinuxbg / gnupru

GCC and Binutils port for the TI PRU I/O processor
88 stars 10 forks source link

Use containers to build binary release tarballs #45

Open dinuxbg opened 1 year ago

dinuxbg commented 1 year ago

Fully automate the building of prebuilt toolchains for gnupru releases. Use podman containers in order to provide a stable and known host environment where to run crosstool-ng for a given release tag.

The following release tarballs must be produced:

dinuxbg commented 1 year ago

For the time being I'm using crosstool-ng for releasing binaries (see commit d7169b4832d11d99c83d3264dd021d1d712d2188).

It may still be worth to use containers in order to avoid canadian cross toolchain builds.