Skip to content

Commit ac191c4

Browse files
author
wangshaoyi
committed
debug github macos pipeline build error
1 parent 5a887aa commit ac191c4

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/pika.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -234,10 +234,10 @@ jobs:
234234
with:
235235
go-version: 1.19
236236

237-
- name: ccache
238-
uses: hendrikmuhs/[email protected]
239-
with:
240-
key: macos-13
237+
# - name: ccache
238+
# uses: hendrikmuhs/[email protected]
239+
# with:
240+
# key: macos-13
241241

242242
- name: Install Deps
243243
run: |
@@ -248,7 +248,6 @@ jobs:
248248
- name: Configure CMake
249249
run: |
250250
brew list
251-
cd / && find . -name gflags
252251
export CC=/usr/local/opt/gcc@10/bin/gcc-10
253252
cmake -B build -DCMAKE_C_COMPILER=/usr/local/opt/gcc@10/bin/gcc-10 -DUSE_PIKA_TOOLS=ON -DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }} -DCMAKE_CXX_FLAGS_DEBUG=-fsanitize=address
254253

0 commit comments

Comments
 (0)