This repository was archived by the owner on Dec 6, 2023. It is now read-only.
migrate to GitHub Actions - #179
Merged
StrikerRUS merged 5 commits intoMay 28, 2021
Merged
Conversation
StrikerRUS
commented
May 20, 2021
Comment on lines
+53
to
+60
| - name: Check Python version | ||
| shell: python | ||
| run: | | ||
| import struct | ||
| import sys | ||
|
|
||
| assert sys.version_info[:2] == tuple(map(int, "${{ matrix.python_version }}".split("."))) | ||
| assert f"x{struct.calcsize('P') * 8}".replace("32", "86") == "${{ matrix.python_arch }}" |
Contributor
Author
There was a problem hiding this comment.
Check that this stuff works:
https://github.com/StrikerRUS/lightning/commit/340aa6aff902c472ab6b60c7226a07d26f4996d5
and corresponding to the commit above workflow run (note that all x86 jobs fail): https://github.com/StrikerRUS/lightning/actions/runs/860558934
Member
|
LGTM, thank you |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Unified "in-house" solution.
Closed #118.