hyperledger / fabric-private-chaincode

FPC enables Confidential Chaincode Execution for Hyperledger Fabric using Intel SGX.
Apache License 2.0
160 stars 91 forks source link

Use caching CI builds #762

Closed osamamagdy closed 2 months ago

osamamagdy commented 2 months ago

Fixes #753 This PR activates caching on a directory on the runner and mounting it to the go location where dependencies are installed inside the container building the app

osamamagdy commented 2 months ago

@mbrandenburger thanks for your time to review. All changes applied and now the PR is ready 🙂

mbrandenburger commented 2 months ago

@osamamagdy thanks for the updates. Could you please rebase/squash your changes. I think we keep one commit for the workflow_dispatch and another one for caching go mod cache. WDYT?

osamamagdy commented 2 months ago

@mbrandenburger Thanks, all done now