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

Remove setup-graalvm warning in CI #530

Merged
merged 1 commit into from
Jan 25, 2024
Merged

Remove setup-graalvm warning in CI #530

merged 1 commit into from
Jan 25, 2024

Conversation

ligaz
Copy link
Contributor

@ligaz ligaz commented Jan 25, 2024

The current CI pipeline shows the following warning:

Checks
Please remove "components: 'native-image'" from your workflow file. It is automatically included since GraalVM for JDK 17: https://github.com/oracle/graal/pull/5995

This fix remove the components argument.

The current CI pipeline shows the following warning:
```
Checks
Please remove "components: 'native-image'" from your workflow file. It is automatically included since GraalVM for JDK 17: oracle/graal#5995
```

This fix remove the `components` argument
Copy link
Contributor

@regadas regadas left a comment

Choose a reason for hiding this comment

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

Thank you @ligaz

@regadas regadas merged commit ba56e67 into spotify:main Jan 25, 2024
5 checks passed
@ligaz
Copy link
Contributor Author

ligaz commented Jan 26, 2024

Thanks. I saw that you are using macos-latest-xlarge runners that run on Apple Silicon. Did you have any issues with them?

@regadas
Copy link
Contributor

regadas commented Feb 1, 2024

@ligaz so far they are working as expected, no issues.

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.

None yet

2 participants