File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -120,17 +120,7 @@ jobs:
120120 source /opt/rh/devtoolset-10/enable
121121 cmake -B build -DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }} -DUSE_PIKA_TOOLS=ON -DCMAKE_CXX_FLAGS_DEBUG=-fsanitize=address
122122
123- - name : Cache Build
124- uses : actions/cache@v3
125- id : cache-centos
126- with :
127- key : ${{ runner.os }}-build-centos-${{ hashFiles('**/CMakeLists.txt') }}
128- path : |
129- ${{ github.workspace }}/buildtrees
130- ${{ github.workspace }}/deps
131-
132123 - name : Build
133- if : ${{ steps.cache-centos.outputs.cache-hit != 'true' }}
134124 run : |
135125 source /opt/rh/devtoolset-10/enable
136126 cmake --build build --config ${{ env.BUILD_TYPE }}
@@ -178,17 +168,7 @@ jobs:
178168 export CC=/usr/local/opt/gcc@10/bin/gcc-10
179169 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
180170
181- - name : Cache Build
182- uses : actions/cache@v3
183- id : cache-macos
184- with :
185- key : ${{ runner.os }}-build-macos-${{ hashFiles('**/CMakeLists.txt') }}
186- path : |
187- ${{ github.workspace }}/buildtrees
188- ${{ github.workspace }}/deps
189-
190171 - name : Build
191- if : ${{ steps.cache-macos.outputs.cache-hit != 'true' }}
192172 run : |
193173 cmake --build build --config ${{ env.BUILD_TYPE }}
194174
You can’t perform that action at this time.
0 commit comments