dashpay / dash

Dash - Reinventing Cryptocurrency
https://www.dash.org
MIT License
1.49k stars 1.2k forks source link

ci: deduplicate depends building #6401

Closed PastaPastaPasta closed 4 days ago

PastaPastaPasta commented 4 days ago

Issue being fixed or feature implemented

Currently we build the same host / options multiple times. Don't do this!

What was done?

Now building depends only twice

How Has This Been Tested?

Local CI appears to be working

Breaking Changes

None

Checklist:

Go over all the following points, and put an x in all the boxes that apply.

PastaPastaPasta commented 4 days ago

CI on my branch functioning as expected / passing: https://github.com/PastaPastaPasta/dash/actions/runs/11897504945

UdjinM6 commented 4 days ago

probably worth backporting to v22

PastaPastaPasta commented 4 days ago

I think that commit looks good