-
Notifications
You must be signed in to change notification settings - Fork 40
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
Project for docs. #131
Project for docs. #131
Conversation
Oh, I guess the docker image is Julia v1.0.0? Would it be possible to update that to v1.0.1 which includes JuliaLang/julia#28625? It is a trivial workaround that I will include for now. |
Will update the docker image. |
6dde61e
to
4b58b0e
Compare
|
||
# save coverage results back to host | ||
PKGDIR=`$JULIABIN -e "import Pkg, $PKGNAME; print(joinpath(dirname(pathof($PKGNAME)), ".."))"` | ||
rsync -mav --include="*/" --include="*.cov" --exclude="*" $PKGDIR/ /mnt/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe this is not needed since $PKGDIR
and /mnt
are the same directory.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you are right.
@frekrikekre: update the Docker image, and restarted the build. Perhaps the workaround can be removed now? Otherwise, LGTM, thanks for doing this. |
No description provided.