Fix: Pass C toolchain environments in tox.ini
authorOlivier Dion <odion@efficios.com>
Fri, 10 Mar 2023 17:30:22 +0000 (12:30 -0500)
committerOlivier Dion <odion@efficios.com>
Tue, 14 Mar 2023 15:09:45 +0000 (11:09 -0400)
commit23b946a9df33d8e1858eb4045d186b7b7afba718
tree9962b5778a9c9f44b5e8e87a53e4398bf996740d
parentc4c460634f3e5980f97b04157ba96b3c615af574
Fix: Pass C toolchain environments in tox.ini

CC is important if `cc' is not in PATH.

C_INCLUDE_PATH is important for the compiler to find the good headers,
e.g. <linux/limits.h>.

LIBRARY_PATH is important for the compiler to link against good
libraries, e.g. `crt1.o'.

This is mandatory for distributions that does not install
headers/libraries in standard locations that can be deduce by the
compiler, e.g. on Guix and NIX systems.

Note that this is intended for the C toolchain and not tests them self.
See https://gcc.gnu.org/onlinedocs/gcc/Environment-Variables.html.

Change-Id: I35dca0a929b6ba00ba9fe7381a5d5bddce901da1
Signed-off-by: Olivier Dion <odion@efficios.com>
tox.ini
This page took 0.023395 seconds and 4 git commands to generate.