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 Failing CI setup #58

Merged
merged 3 commits into from
Mar 2, 2021
Merged

Fix Failing CI setup #58

merged 3 commits into from
Mar 2, 2021

Conversation

mahmoudimus
Copy link
Contributor

Our circleci setup is failing currently because of a minor problem that I ran into with os-maven-plugin when working on #55. After upgrading it to 1.7.0, I couldn't use ${os.detected.classifier} any longer so I had to pass a flag to maven locally. This transient change was probably due to a misconfigured environment on my part, so to fix it, I had found a workaround to the traditional way of installing this maven plugin. I set it up to use a <plugin/> instead of <extension/>. The goals this plugin ran on are not the same ones that we use in our circleci setup.

This PR fixes the issue by reverting this change back to an <extension/> and uses ${os.detected.name}-${os.detected.arch} instead of ${os.detected.classifier} which worked better for us.

@mahmoudimus mahmoudimus merged commit d082df8 into master Mar 2, 2021
@mahmoudimus mahmoudimus deleted the fix-os-classifier branch March 2, 2021 18:02
mahmoudimus added a commit that referenced this pull request Mar 30, 2021
* use detected.name and detected.arch instead of .classifier which has better luck

* Update reflect-config with new module structure from Larky

* Missed larky.modules in front of larky.types Larky
la-luo pushed a commit to la-luo/starlarky that referenced this pull request Sep 8, 2021
* use detected.name and detected.arch instead of .classifier which has better luck

* Update reflect-config with new module structure from Larky

* Missed larky.modules in front of larky.types Larky
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.

1 participant