riotdocker icon indicating copy to clipboard operation
riotdocker copied to clipboard

Dockerfiles for creating build environment for building RIOT projects.

Results 21 riotdocker issues
Sort by recently updated
recently updated
newest added

The next Ubuntu LTS will get released in ~4 months from now. ... let's see what CI says.

Bump versions of emlearn, joblib and most important scikit-learn so that https://github.com/RIOT-OS/RIOT/pull/20347 should pass the CI

Adds the 64-bit version of libsdl2-dev required for the 64-bit version of native. Needed in RIOT-OS/RIOT#20335 libsdl2-dev has quite a few dependencies and **adds about 190MB to the image**. If...

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 41.0.3. Changelog Sourced from cryptography's changelog. 41.0.3 - 2023-08-01 * Fixed performance regression loading DH public keys. * Fixed a memory leak when using :class:`~cryptography.hazmat.primitives.ciphers.aead.ChaCha20Poly1305`....

dependencies

This adds [ld-memory](https://github.com/kaspar030/ld-memory), a utility I wrote that creates GNU ld MEMORY sections from command line parameters. Needed for https://github.com/RIOT-OS/RIOT/pull/19692. (adds ~800kB to the image)

This is work in progress and untested yet

This splits out all the build logic into the bash script build.sh. This has two advantages: - Only a single layer is added for this Dockerfile - This reduces overhead,...

This reduces the dependency on a particular GitHub branch that I was already about to remove after https://github.com/immunant/c2rust/pull/693 was done. Still marked as a draft as it depends on https://github.com/immunant/c2rust/issues/690...

After https://github.com/RIOT-OS/riotdocker/pull/214 is merged (which, on its own, is not blocked any more), users who used riotdocker but also needed nightly features are in a bit of a pickle: There...

As (or while, but changing that would be difficult) backports are tested with the current image (and not with the one tagged at release time), the CI should stay able...