Skip to content

R 0.7.4

Compare
Choose a tag to compare
@JonathanZhu11 JonathanZhu11 released this 21 Aug 00:48
682873d

Updated the handling of source packages - we used to send the source package to the server to build and install. However, if the server machine does not have the correct permissions or the correct build dependencies, we can't build. In this change we build the source package into a binary on the client side, since the user will have more control over the client machine.