Skip to content

FPORT: Publish compiler interface to an alternate local repository for Scripted tests #92

Merged
eed3si9n merged 2 commits intosbt:1.0from
Duhemm:fport/scripted-alternate-local-repo
Apr 8, 2016
Merged

FPORT: Publish compiler interface to an alternate local repository for Scripted tests #92
eed3si9n merged 2 commits intosbt:1.0from
Duhemm:fport/scripted-alternate-local-repo

Conversation

@Duhemm
Copy link
Contributor

@Duhemm Duhemm commented Apr 6, 2016

Some scripted tests override the default local repository, which
produces errors with the compiler because sbt cannot find the sources
for the compiler interface.

This fix proposes to publish the compiler interface sources to an
alternate local repository before running the scripted tests. This
alternate repository is added to the scripted sbt's configuration, so
that sbt is finally able to find the compiler interface sources.

Fixes sbt/sbt#2165

Duhemm added 2 commits April 6, 2016 15:55
Some scripted tests override the default local repository, which
produces errors with the compiler because sbt cannot find the sources
for the compiler interface.

This fix proposes to publish the compiler interface sources to an
alternate local repository before running the scripted tests. This
alternate repository is added to the scripted sbt's configuration,
so that sbt is finally able to find the compiler interface sources.
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.

2 participants