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

Fix CI job on main for 3.5+ #733

Merged
merged 2 commits into from
Jul 24, 2024
Merged

Conversation

rochala
Copy link
Contributor

@rochala rochala commented Jul 24, 2024

No description provided.

@tgodzik
Copy link
Collaborator

tgodzik commented Jul 24, 2024

The failure looks flaky, so I will go ahead and merge

@tgodzik tgodzik merged commit 5bde864 into scalacenter:main Jul 24, 2024
8 of 9 checks passed
@@ -27,28 +27,32 @@ jobs:
publish:
if: startsWith(github.ref, 'refs/tags/v')
runs-on: ubuntu-latest
needs: [test]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should remove this. In a new Scala 3 version it is likely that some evaluation tests fail but we still want to release the expression compiler and fix the evaluation on main.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Compilation will be tested anyway in publish step, so any binary incompatibilities will be found. If you think that this is enough, let's remove this

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.

3 participants