Skip to content

Commit

Permalink
use if:false
Browse files Browse the repository at this point in the history
  • Loading branch information
majetideepak committed Sep 5, 2024
1 parent 5a725e9 commit d4d75a3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@ jobs:
run: |
source scripts/setup-macos.sh
brew install $MACOS_BUILD_DEPS $MACOS_VELOX_DEPS
SUDO=sudo install_fmt
echo "NJOBS=`sysctl -n hw.ncpu`" >> $GITHUB_ENV
brew unlink protobuf || echo "protobuf not installed"
brew link --force protobuf@21
- name: Cache ccache
if: false
uses: assignUser/stash/restore@v1
with:
path: '${{ env.CCACHE_DIR }}'
Expand All @@ -80,8 +80,8 @@ jobs:
- name: Configure Build
env:
folly_SOURCE: BUNDLED #brew folly does not have int128
fmt_SOURCE: BUNDLED #brew fmt11 is not supported
run: |
ccache -sz -M 5Gi
cmake \
-B _build/$BUILD_TYPE \
-GNinja \
Expand All @@ -94,9 +94,10 @@ jobs:
- name: Build
run: |
cmake --build _build/$BUILD_TYPE -j $NJOBS
ccache -s
- uses: assignUser/stash/save@v1
- name: Save ccache
if: false
uses: assignUser/stash/save@v1
with:
path: '${{ env.CCACHE_DIR }}'
key: ccache-macos-1-${{ matrix.os }}
Expand Down

0 comments on commit d4d75a3

Please sign in to comment.