Closed sjonpaulbrown closed 6 days ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 41.22%. Comparing base (
8844d8e
) to head (771319f
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
PR Description: Add Support for Building Private Dependencies in CI
This PR introduces changes to support building private dependencies in the CI pipeline, specifically for private Cadence repositories.
Key Changes
Update CI steps to load Cadence Deploy Key in CI:
CADENCE_DEPLOY_KEY
into the SSH agent for accessing private repositories.SSH_AUTH_SOCK
in the environment.CADENCE_DEPLOY_KEY
is not set, allowing the workflow to continue.Update
GOPRIVATE
Configuration:GOPRIVATE
togithub.com/onflow/*
in both the GitHub Actions workflow and theMakefile
to bypass the Go module proxy for private repositories.Impact
These changes enable seamless fetching and building of private Cadence dependencies during CI, improving the reliability and security of the build process.