-
Notifications
You must be signed in to change notification settings - Fork 59
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
githubWorkflowUseSbtThinClient should default to false due to current issues #74
Comments
+1. See typelevel/cats#3952 and http4s/http4s#4938 (comment). |
@djspiewak Shall I close the issue or do you want me to leave it open? |
@mdedetrich pretty sure this will be addressed, lots of projects are making this change including typelevel/cats-effect#2150 (comment). |
Ah, didn't realize it wasn't linked. This is fixed in main and will be released soon |
https://github.com/djspiewak/sbt-github-actions still documents the following:
Is it still true? |
This is more of a suggestion but it seems like a lot of people are having problems with sbt's thin client mode (see sbt/sbt#6468). An issue I just found is that currently when SBT runs with
--client
it ignores all environment variables which makes theenv
field forWorkflowStep.Sbt
not even work (you can see the PR at iheartradio/ficus#155 where I had to set this tofalse
because sbt-coveralls cannot even pick up the env vars)My suggestion would be to set it completely to
false
until the problems with a new SBT release.The text was updated successfully, but these errors were encountered: