Skip to content

Commit

Permalink
remove ccache_basedir
Browse files Browse the repository at this point in the history
  • Loading branch information
assignUser committed Mar 29, 2024
1 parent 798d556 commit 07e1e87
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,6 @@ jobs:

- name: Build PyVelox
if: ${{ steps.get-sig.outputs.stash-hit != 'true' }}
env:
CCACHE_BASEDIR: "/__w/velox/velox/velox_main"
working-directory: velox_main
run: |
python3 -m venv .venv
Expand Down Expand Up @@ -167,7 +165,6 @@ jobs:
- name: Build
env:
CCACHE_BASEDIR: "/__w/velox/velox/velox"
EXTRA_CMAKE_FLAGS: "-DVELOX_ENABLE_ARROW=ON -DVELOX_BUILD_PYTHON_PACKAGE=ON ${{ inputs.extraCMakeFlags }}"
run: |
EXTRA_CMAKE_FLAGS="-DPYTHON_EXECUTABLE=$(which python3) $EXTRA_CMAKE_FLAGS"
Expand Down Expand Up @@ -600,7 +597,6 @@ jobs:
if: ${{ github.event_name != 'pull_request' }}
env:
CCACHE_DIR: "${{ github.workspace }}/.ccache/"
CCACHE_BASEDIR: "${{ github.workspace }}"
LINUX_DISTRO: "centos"
steps:

Expand Down

0 comments on commit 07e1e87

Please sign in to comment.