-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[WIP] Predownload wheel sources #4971
Conversation
@publicarray I have no clue if this will work as it requires |
@publicarray I've looked at the logs and it didn't ran the github-action part, neither I believe the docker was update (but ain't sure). |
The action did run but I think an if/else might be the wrong way around. It didn't actually build however it did login and out of the docker repository |
The docker build should only be uploaded when it's on the master branch. Doing this in a pr only serves to know if the build will pass or fail |
7b6bd12
to
b07d980
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Thanks for this. But yea I can't actually test the code, this is only a visual review. Sorry if it's different than usual I'm reviewing using iOS
spk/beets/Makefile
Outdated
SPK_REV = 6 | ||
SPK_REV = 7 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a reminder to undo these changes before merging
cae8607
to
80998df
Compare
9681e98
to
d041067
Compare
6799801
to
0bdfb50
Compare
0bdfb50
to
5c17b89
Compare
5add722
to
7553a4d
Compare
Superseeded by #5820 |
Motivation: In order to eliminate
connection timeout
try to pre-download wheels at the start of the build process so all arch builds can then refer to it afterwards.Linked issues: #4951 and #4968
Checklist
all-supported
completed successfully