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

Disable/fix AppVeyor #4075

Closed
etehtsea opened this issue Aug 15, 2016 · 11 comments
Closed

Disable/fix AppVeyor #4075

etehtsea opened this issue Aug 15, 2016 · 11 comments
Milestone

Comments

@etehtsea
Copy link
Contributor

I think many people feel a little bit uncomfortable when everything marked as failing. 😬

Thank you!

@headius
Copy link
Member

headius commented Aug 17, 2016

Agreed.

@headius headius added this to the JRuby 9.1.4.0 milestone Aug 17, 2016
@etehtsea
Copy link
Contributor Author

So could you please disable appveyor webhook in github project settings?

@headius
Copy link
Member

headius commented Aug 19, 2016

@etehtsea I will do so.

@enebo @nirvdrum Any objections? I think if we're going to have it hooked up, we need to have it green. If we can get it green, that's cool...but I don't know status there.

@mprins
Copy link
Contributor

mprins commented Aug 19, 2016

currently it is failing because Apache moved stuff around on their download site, so the script can't find Maven.

I will prep a PR to update the build file

@enebo
Copy link
Member

enebo commented Aug 19, 2016

@mprins How we retrieve wlll need to change because it seems older versions are not retained as links. I updated this once before about a month ago.

jruby-1_7 branch is green but master is not. I am happy to turn off master until 9.1.3.0 is out but we really need at least a little windows coverage happening soon.

@mprins
Copy link
Contributor

mprins commented Aug 20, 2016

Ideally AppVeyor would have a pre-installed, recent version of Maven in their build image.
Any chance of that happening @FeodorFitsner ?

@FeodorFitsner
Copy link

The issue with pre-installed Maven is that we have several Java SDKs pre-installed on build worker VM.

@mprins
Copy link
Contributor

mprins commented Aug 23, 2016

Opened RFE: appveyor/ci#998

@nirvdrum
Copy link
Contributor

@enebo Can we use the mvnw helper in the meanwhile?

@enebo
Copy link
Member

enebo commented Aug 23, 2016

@nirvdrum I guess it depends on whether it will download it every job or not. If it gets saved in a place where it is not wiped out every build then that would be a good solution.

@mprins
Copy link
Contributor

mprins commented Aug 23, 2016

there is a cache directive at the bottom of the appveyor.yml that you can use to cache directories, atm it caches the maven directory (until the appveyor.yml is touched ) and the .m2 directory until the pom is touched.

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

No branches or pull requests

7 participants