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 graal-native-image-test module causing failure for 'Check API compatibility' #2467

Merged

Conversation

Marcono1234
Copy link
Collaborator

@Marcono1234 Marcono1234 commented Aug 13, 2023

Purpose

Follow-up for #2466

Description

The 'Check API compatibility' workflow runs mvn install to install the previous version in the local Maven repository to compare it afterwards. However this fails for the graal-native-image-test module because it does not produce a JAR.

Therefore now skip execution of the maven-install-plugin for that module. I hope no further issues (e.g. on release) occur due to the graal-native-image-test module having no JAR file.

Unfortunately I overlooked that for my previous PR.

The 'Check API compatibility' failure for this PR here is 'expected' and is exactly what this PR tries to fix. But because the 'Check API compatibility' workflow runs mvn install for the target branch of a PR, it still fails for this PR, but should work fine again for any subsequent ones.

…patibility'

The 'Check API compatibility' workflow runs `mvn install` to install the
previous version to the local Maven repository to compare it afterwards.
However this fails for the graal-native-image-test module because it does
not produce a JAR.

Therefore skip execution of the maven-install-plugin for that module.
@eamonnmcmanus eamonnmcmanus merged commit 77b566c into google:main Aug 13, 2023
8 of 9 checks passed
@Marcono1234 Marcono1234 deleted the marcono1234/native-image-api-check branch August 13, 2023 23:50
tibor-universe pushed a commit to getuniverse/gson that referenced this pull request Sep 14, 2024
…patibility' (google#2467)

The 'Check API compatibility' workflow runs `mvn install` to install the
previous version to the local Maven repository to compare it afterwards.
However this fails for the graal-native-image-test module because it does
not produce a JAR.

Therefore skip execution of the maven-install-plugin for that module.
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