Skip to content

Commit a16c16e

Browse files
[libc] add multi-platform pre-commit github actions
1 parent 49ca7bc commit a16c16e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/libc-overlay-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ jobs:
5151
cmake -B ${{ steps.strings.outputs.build-output-dir }}
5252
-DCMAKE_CXX_COMPILER=${{ matrix.compiler.cpp_compiler }}
5353
-DCMAKE_C_COMPILER=${{ matrix.compiler.c_compiler }}
54-
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
54+
-DCMAKE_BUILD_TYPE=RelWithDebInfo
5555
-DCMAKE_C_COMPILER_LAUNCHER=sccache
5656
-DCMAKE_CXX_COMPILER_LAUNCHER=sccache
5757
-DLLVM_ENABLE_RUNTIMES=libc
5858
-S ${{ github.workspace }}/runtimes
5959
6060
- name: Build
61-
run: cmake --build ${{ steps.strings.outputs.build-output-dir }} --parallel
61+
run: cmake --build ${{ steps.strings.outputs.build-output-dir }} --parallel --config RelWithDebInfo
6262

6363
- name: Test
6464
working-directory: ${{ steps.strings.outputs.build-output-dir }}

0 commit comments

Comments
 (0)