Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker build order, change in R signing #98

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

jpwiedekopf
Copy link

This PR is meant to do two things:

  • The build order within the Dockerfile is changed so that the APT packages for R, and the R packages, are copied into the container and installed prior to the SmICS source code. This way, changes in the .NET source code don't trigger full rebuilds of the container, as the R installation will be cached already. Since installing R takes a rather long time, this increases build times significantly for me while debugging SmICS.
  • Also, it changes the certificate required for installing R, as described in Change in R signing #88 . This PR replaces Change in signing R Apt repo #86 (for the version without auth); for the auth version I'll create a new PR. I'll also close Change in signing R Apt repo #86 and Change in signing R Apt repo (auth version) #87.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant