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

[1.3.0-RC4] no caching in crossbuild #4986

Closed
OlegYch opened this issue Aug 26, 2019 · 2 comments
Closed

[1.3.0-RC4] no caching in crossbuild #4986

OlegYch opened this issue Aug 26, 2019 · 2 comments
Labels

Comments

@OlegYch
Copy link
Contributor

OlegYch commented Aug 26, 2019

steps

sbt version: 1.3.0-RC4
build.sbt

lazy val a = project.in(file(".")).settings(
  crossScalaVersions := List("2.12.9", "2.13.0", "2.11.12"),
)

src/main/scala/a.scala

object A {
  def a = 1
}

problem

running +compile recompiles the file even if it didn't change
compile works fine

expectation

+compile caches compilation results

notes

works fine with RC3

@eatkins
Copy link
Contributor

eatkins commented Aug 26, 2019

Thanks for the report! Should be fixed by #4987.

@eed3si9n
Copy link
Member

Merged #4987

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 20, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants