Skip to content

Commit

Permalink
Temporarily remove step to save ccache from scheduled jobs
Browse files Browse the repository at this point in the history
Saving ccache is resulting in some errors finalizing the upload
which is preventing scheduled jobs from running. Removing this
step temporarily till its resolved.
  • Loading branch information
bikramSingh91 committed Apr 10, 2024
1 parent 22279f9 commit db2b481
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,11 +171,7 @@ jobs:
- name: Ccache after
run: ccache -s

- name: Save ccache
uses: assignUser/stash/save@v1
with:
path: "${{ env.CCACHE_DIR }}"
key: ccache-fuzzer-centos
# TODO: Add step to save ccache

- name: Build PyVelox
env:
Expand Down

0 comments on commit db2b481

Please sign in to comment.