[WIP] Add windows support for travis.#174
Closed
JornVernee wants to merge 5 commits intograalvm:masterfrom
Closed
Conversation
3c1eae8 to
249faed
Compare
Contributor
Author
|
Ok, I seem to be getting there, but currently running into a problem with SSL certificates https://travis-ci.org/graalvm/mx/jobs/457192090#L4450 It seems like the needed certificates are not installed on windows by default. Or maybe the urls don't have certificates. I'm not sure why this would only be a problem on windows though. P.S. I've asked about this on the Travis forums: https://travis-ci.community/t/ssl-certificate-verify-failed-when-trying-to-download-artifact-from-maven-repository/1008 |
15f0ed8 to
99e4948
Compare
travis script v2 moved language and python tags into linux specific job tar is installed by default on windows (apparently) jre -> jdk set path in bash set language Debug python installation try explicit install again typo typo Without install script check pylint version in powershell Simplified script maybe installing openssl will work? Nope. testing minimal example Revert "testing minimal example" This reverts commit 15f0ed8. Try other SO suggestion Turn off verification for now Didn't work try another package Nope
74d619f to
a488a60
Compare
d1f5fe1 to
b14b3cf
Compare
Contributor
Author
|
Closing this for now until Windows is better supported by Travis. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Using shell as a language since python is not officially supported (though we can make it work by installing it manually).
I thought the jdk8 and python2 packages were pre-installed, but they no longer seem to be, so I'm installing those manually.
Some previous discussion here: #173 (comment)