Skip to content

Github4s site publishing takes ~8 minutes #398

@sritchie

Description

@sritchie

This is for addSbtPlugin("com.47deg" % "sbt-microsites" % "0.9.7"). I've currently got this style of publishing working for scala-rl's master branch:

https://github.com/sritchie/scala-rl/tree/master

the problem is that the final stage of pushing the microsite takes about 8 minutes, most of this occurring after the commit message gets printed to Travis.

https://travis-ci.com/sritchie/scala-rl/jobs/267743690#L641

My guess is that this is something about the implementation of fetchDirsRecursively:

https://github.com/47deg/sbt-org-policies/blob/master/core/src/main/scala/sbtorgpolicies/github/GitHubOps.scala#L145

but I haven't had time to dig in myself. This isn't a killer, but close since I believe travisCI has a 10 minute timeout on no response from builds.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions