containers / BuildSourceImage

Tool to build a source image based on an existing OCI image
GNU General Public License v2.0
29 stars 14 forks source link

bug: `realpath` in Makefile is redundant #41

Closed vbatts closed 5 years ago

vbatts commented 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.