The noninteractive env var had to be added since tzdata would try to ask for a region.
ADDs changed to COPYs as it is good practice in the docker community.
Also:
Remove fixed GCC_VER constraint (7.2.0 is not supported anymore)
Use rust musl make 0.9.9 (patch level update)
Use openssl 1.0.2u (last patch level update in the 1.0 line)
Per documentation I use vfpv3-d16 for the CI step here (labeled as the most common denominator).
In the end the user of this cross compiler tool needs to make the appropriate decision in their projects.
The noninteractive env var had to be added since tzdata would try to ask for a region. ADDs changed to COPYs as it is good practice in the docker community.
Also:
General compile erros for 32 bit ARMs
See the issues and discussion here:
HF targets
We need to add an CFLAGS env var for armv7-unknown-linux-musleabihf on docker run to make the compiler happy.
Error was:
Can be fixed by using either of them:
References:
Per documentation I use
vfpv3-d16
for the CI step here (labeled as the most common denominator). In the end the user of this cross compiler tool needs to make the appropriate decision in their projects.