Skip to content

Commit a00da51

Browse files
committed
[GitHub] Remove pkg-config workaround for macOS-10.5
Remove the workaround for actions/runner-images#5900, which seems to be resolved.
1 parent ef5945f commit a00da51

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/llvm-project-tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,6 @@ jobs:
8989
variant: sccache
9090
- name: Build and Test
9191
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
9692
with:
9793
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 }}'
9894
build_target: '${{ inputs.build_target }}'

0 commit comments

Comments
 (0)