Skip to content

Commit

Permalink
Infrastructure: remove CCACHE_IGNOREOPTIONS which never worked (Mudle…
Browse files Browse the repository at this point in the history
…t#7137)

<!-- Keep the title short & concise so anyone non-technical can
understand it,
     the title appears in PTB changelogs -->
#### Brief overview of PR changes/additions
Remove the `CCACHE_IGNOREOPTIONS` variable from our configuration, which
never had an effect on caching anyway. It was
Mudlet#6822 instead that sped caching up.
#### Motivation for adding to Mudlet
Keeping things clean and tidy aids in development velocity.
#### Other info (issues closed, discussion etc)
  • Loading branch information
vadi2 authored Feb 18, 2024
1 parent 2c20833 commit a212332
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
3 changes: 0 additions & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ environment:
CCACHE_DIR: "%APPVEYOR_BUILD_FOLDER%\\.ccache"
# our appveyor cache size is 1G
CCACHE_MAXSIZE: 1G
# APP_BUILD embeds the git sha which changes on every commit, throwing the cache off
# ignore it for snapshots but not for PTBs or releases
CCACHE_IGNOREOPTIONS: "-DAPP_BUILD=-testing*"
signing_password:
secure: JJDxNdreMgNn/IOcY+UVmlaqgDT4a7vcxsY3nfcgWY4=
DEPLOY_KEY_PASS:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/build-mudlet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ jobs:
env:
BOOST_ROOT: ${{github.workspace}}/3rdparty/boost
BOOST_URL: https://sourceforge.net/projects/boost/files/boost/1.83.0/boost_1_83_0.tar.bz2/download
# APP_BUILD embeds the git sha which changes on every commit, throwing the cache off - ignore it
CCACHE_IGNOREOPTIONS: "-DAPP_BUILD=*"

steps:
- name: Checkout Mudlet source code
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/performance-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ jobs:
compiler: gcc_64
os: [ self-hosted, pi4 ]


env:
# APP_BUILD embeds the git sha which changes on every commit, throwing the cache off - ignore it
CCACHE_IGNOREOPTIONS: "-DAPP_BUILD=*"


steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit a212332

Please sign in to comment.