We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef5945f commit a00da51Copy full SHA for a00da51
.github/workflows/llvm-project-tests.yml
@@ -89,10 +89,6 @@ jobs:
89
variant: sccache
90
- name: Build and Test
91
uses: llvm/actions/build-test-llvm-project@main
92
- env:
93
- # Workaround for https://github.com/actions/virtual-environments/issues/5900.
94
- # This should be a no-op for non-mac OSes
95
- PKG_CONFIG_PATH: /usr/local/Homebrew/Library/Homebrew/os/mac/pkgconfig//12
96
with:
97
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 }}'
98
build_target: '${{ inputs.build_target }}'
0 commit comments