We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac191c4 commit 8830ad6Copy full SHA for 8830ad6
1 file changed
.github/workflows/pika.yml
@@ -250,6 +250,8 @@ jobs:
250
brew list
251
export CC=/usr/local/opt/gcc@10/bin/gcc-10
252
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
253
+ cat /Users/runner/work/pikiwidb/pikiwidb/buildtrees/Stamp/gflags/gflags-configure-RelWithDebInfo.cmake
254
+ cat /Users/runner/work/pikiwidb/pikiwidb/buildtrees/Stamp/gflags/gflags-configure-*.log
255
256
- name: Build
257
run: |
0 commit comments