Skip to content

Replace ccache with sccache#465

Draft
kieran-osgood-shopify wants to merge 1 commit intomainfrom
kieran.osgood/replace-ccache-with-sccache
Draft

Replace ccache with sccache#465
kieran-osgood-shopify wants to merge 1 commit intomainfrom
kieran.osgood/replace-ccache-with-sccache

Conversation

@kieran-osgood-shopify
Copy link
Copy Markdown
Contributor

ccache is no longer allowed at Shopify and should be replaced with sccache.

Changes:

  • dev.yml: swap ccache package for sccache, update clean command
  • CONTRIBUTING.md: update developer docs for sccache installation
  • sample/scripts/build_ios: use sccache env vars instead of ccache PATH injection
  • sample/ios/Podfile: disable ccache_enabled (sccache handles wrapping externally)
  • project.pbxproj: reset CC/CXX/LD/LDPLUSPLUS to empty (sccache wrapping handled via build script env vars, not Xcode build settings)

What changes are you making?


PR Checklist

Important

Releasing a new version of the kit?


Tip

See the Contributing documentation for instructions on how to publish a new version of the library.

ccache is no longer allowed at Shopify and should be replaced with sccache.

Changes:
- dev.yml: swap ccache package for sccache, update clean command
- CONTRIBUTING.md: update developer docs for sccache installation
- sample/scripts/build_ios: use sccache env vars instead of ccache PATH injection
- sample/ios/Podfile: disable ccache_enabled (sccache handles wrapping externally)
- project.pbxproj: reset CC/CXX/LD/LDPLUSPLUS to empty (sccache wrapping
  handled via build script env vars, not Xcode build settings)

Co-authored-by: Kieran Osgood <kieran.osgood@shopify.com>
@github-actions
Copy link
Copy Markdown

Coverage Report

Lines Statements Branches Functions
Coverage: 99%
99.53% (212/213) 97.54% (119/122) 100% (61/61)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants