Closed vbatts closed 5 years ago
noticed at https://travis-ci.org/containers/BuildSourceImage/builds/590057127#L536
[...] FINISHED --2019-09-26 17:05:58-- Total wall clock time: 0.3s Downloaded: 3 files, 19K in 0.004s (4.31 MB/s) make: realpath: Command not found ==> Running integration tests [...]
that realpath is not installed on the CI server. But GNU Make has a $(realpath ...) function, so calling shell isn't needed.
realpath
$(realpath ...)
noticed at https://travis-ci.org/containers/BuildSourceImage/builds/590057127#L536
that
realpath
is not installed on the CI server. But GNU Make has a$(realpath ...)
function, so calling shell isn't needed.