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

cross compile quic-go for all platforms / architectures #2888

Merged
merged 1 commit into from
Dec 4, 2020

Conversation

marten-seemann
Copy link
Member

Add a cross-compilation GitHub Actions test. Thanks to @mvdan for his input on the script!

The problem here is that the test runs for ~10 minutes. We might want to limit this to PRs and commits to master.

Copy link

@mvdan mvdan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice :)

crosscompile:
strategy:
matrix:
go: [ "1.14", "1.15" ]
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

beware that this is 1.14.0, not the latest 1.14.x. You should use [ "1.14.x", "1.15.x" ].

@codecov
Copy link

codecov bot commented Nov 21, 2020

Codecov Report

Merging #2888 (f400ceb) into master (69158cf) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2888   +/-   ##
=======================================
  Coverage   85.77%   85.77%           
=======================================
  Files         133      133           
  Lines        9187     9187           
=======================================
  Hits         7880     7880           
  Misses        959      959           
  Partials      348      348           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 69158cf...db5e6f6. Read the comment docs.

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.

3 participants