Age | Commit message (Collapse) | Author |
|
|
|
... with the latest update of the CC rules, there now is a dependency
on sh for CC binaries. Hence extend PATH for CC appropriately.
|
|
... as aliases are not honored in `nix-shell --run`. In this way,
we can add an outer script running all the tests in the correct
environment.
|
|
... including a test (for which we add python3 as test dependency).
|
|
Note that the PATH for rust targets also has to include
that for the C compiler and hence also coreutils, as the
rust compiler calls out to `cc`.
|
|
|