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

Build with Python 3.7 and GitHub Actions #4

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

carlosperate
Copy link
Member

@carlosperate carlosperate commented Nov 27, 2019

Originally this branch/PR contained tests to try to compile OpenSSL statically.

Those didn't get very far, so I've removed them from the branch and left here only the changes to build 3.7 (from 3.6) and to move from Travis to GitHub Actions.

Travis doesn't offer a way to upload artefacts without setting up secure tokens to sign into other services like AWS.

We've been using transfer.sh to upload files and print a URL we can then find in the logs to download the files. I've been getting a lot of errors from transfer.sh and unable to upload the build output, so needed to find a better way.

GH Actions allows us to upload artefacts to GitHub in a very convenient way and they are freely stored for up-to 90 days, so looks like a much better option for this repo.

image

@carlosperate carlosperate force-pushed the ssl branch 10 times, most recently from 7f4865a to 018d07b Compare November 28, 2019 21:48
Travis doesn't offer a way to upload artefacts without setting up
secure tokens to sign into other services like AWS.

We've been using transfer.sh to upload files and print a URL we
can then find in the logs to download the files.

GH Actions allows us to upload artefacts to GitHub in a very
convinient way.
@carlosperate carlosperate changed the title Build with Python 3.7 and static openSSL Build with Python 3.7 and GitHub Actions Nov 29, 2019
@carlosperate carlosperate marked this pull request as ready for review November 29, 2019 19:18
@carlosperate
Copy link
Member Author

@ntoll while I still look into the OpenSSL build we can merge this into master, as is unrelated work that is still useful for this repo.

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