Skip to content

Commit 8e8db5e

Browse files
committed
.github/workflows/llvm-project-tests.yml: Only run on linux and set LLVM_TARGETS_TO_BUILD=host
1 parent b4da2b3 commit 8e8db5e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
- ubuntu-latest
3737
# Use windows-2019 due to:
3838
# https://developercommunity.visualstudio.com/t/Prev-Issue---with-__assume-isnan-/1597317
39-
- windows-2019
39+
#- windows-2019
4040
# We're using a specific version of macOS due to:
4141
# https://github.com/actions/virtual-environments/issues/5900
42-
- macOS-11
42+
#- macOS-11
4343
steps:
4444
- name: Setup Windows
4545
if: startsWith(matrix.os, 'windows')
@@ -82,8 +82,8 @@ jobs:
8282
# This should be a no-op for non-mac OSes
8383
PKG_CONFIG_PATH: /usr/local/Homebrew/Library/Homebrew/os/mac/pkgconfig//12
8484
with:
85-
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'
86-
build_target: '${{ inputs.build_target }}'
85+
cmake_args: '-GNinja -DLLVM_ENABLE_PROJECTS="${{ inputs.projects }}" -DLLVM_TARGETS_TO_BUILD=host -DCMAKE_BUILD_TYPE=Release -DLLDB_INCLUDE_TESTS=OFF -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CXX_COMPILER_LAUNCHER=sccache'
86+
build_target: '${{ inputs.build_target }}'
8787

8888
- name: Build and Test libclc
8989
if: "!startsWith(matrix.os, 'windows') && contains(inputs.projects, 'libclc')"

0 commit comments

Comments
 (0)