Skip to content

Commit 7a08189

Browse files
authored
Merge branch 'main' into fix_static_build
2 parents 5288d3c + 6ba53a7 commit 7a08189

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build_macos_x86_wheels.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
build_universal_wheel:
2424
name: Build Universal Wheel (macOS x86_64)
2525
runs-on: macos-15-intel
26+
timeout-minutes: 600
2627
steps:
2728
- name: Setup pyenv
2829
run: |
@@ -127,6 +128,8 @@ jobs:
127128
key: ${{ runner.os }}-x86_64-ccache
128129
max-size: 10G
129130
append-timestamp: true
131+
env:
132+
CCACHE_NOHASHDIR: "true"
130133
- name: Run chdb/build.sh
131134
timeout-minutes: 600
132135
run: |

0 commit comments

Comments
 (0)