creachadair / imath

Arbitrary precision integer and rational arithmetic library
Other
131 stars 20 forks source link

Copy files into the build container. #38

Closed creachadair closed 5 years ago

creachadair commented 5 years ago

Instead of mapping over the local filesystem, copy the build context into the container and run the build there. The local state can still pollute the build image, but make clean should take care of that, and this way we don't wind up with .o files from the wrong architecture.