Skip to content
Snippets Groups Projects
Commit 85fcd465 authored by Tom Stellard's avatar Tom Stellard
Browse files

workflows: Re-enable lldb test on Mac OS X

parent 17e842f3
No related branches found
No related tags found
No related merge requests found
...@@ -20,14 +20,16 @@ jobs: ...@@ -20,14 +20,16 @@ jobs:
build_lldb: build_lldb:
name: lldb build name: lldb build
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
# Workaround for build faliure on Mac OS X: llvm.org/PR46190, https://github.com/actions/virtual-environments/issues/2274
env:
CPLUS_INCLUDE_PATH: /usr/local/opt/llvm/include/c++/v1:/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
os: os:
- ubuntu-latest - ubuntu-latest
- windows-latest - windows-latest
# macOS build disabled due to: llvm.org/PR46190 - macOS-latest
#- macOS-latest
steps: steps:
- name: Setup Windows - name: Setup Windows
if: startsWith(matrix.os, 'windows') if: startsWith(matrix.os, 'windows')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment