mirror of
https://github.com/intel/llvm.git
synced 2026-01-18 07:57:36 +08:00
[github] Enable assertions on test workflow (#74849)
This commit is contained in:
committed by
GitHub
parent
f576cbe44e
commit
f2afd10776
2
.github/workflows/llvm-project-tests.yml
vendored
2
.github/workflows/llvm-project-tests.yml
vendored
@@ -96,7 +96,7 @@ jobs:
|
||||
# This should be a no-op for non-mac OSes
|
||||
PKG_CONFIG_PATH: /usr/local/Homebrew/Library/Homebrew/os/mac/pkgconfig//12
|
||||
with:
|
||||
cmake_args: '-GNinja -DLLVM_ENABLE_PROJECTS="${{ inputs.projects }}" -DCMAKE_BUILD_TYPE=Release -DLLDB_INCLUDE_TESTS=OFF -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CXX_COMPILER_LAUNCHER=sccache ${{ inputs.extra_cmake_args }}'
|
||||
cmake_args: '-GNinja -DLLVM_ENABLE_PROJECTS="${{ inputs.projects }}" -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_ASSERTIONS=ON -DLLDB_INCLUDE_TESTS=OFF -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CXX_COMPILER_LAUNCHER=sccache ${{ inputs.extra_cmake_args }}'
|
||||
build_target: '${{ inputs.build_target }}'
|
||||
|
||||
- name: Build and Test libclc
|
||||
|
||||
Reference in New Issue
Block a user