File tree 2 files changed +3
-17
lines changed
2 files changed +3
-17
lines changed Original file line number Diff line number Diff line change @@ -36,13 +36,13 @@ jobs:
36
36
fail-fast : false
37
37
matrix :
38
38
os :
39
- - ubuntu-latest
39
+ # - ubuntu-latest
40
40
# Use windows-2019 due to:
41
41
# https://developercommunity.visualstudio.com/t/Prev-Issue---with-__assume-isnan-/1597317
42
42
- windows-2019
43
43
# We're using a specific version of macOS due to:
44
44
# https://github.com/actions/virtual-environments/issues/5900
45
- - macOS-11
45
+ # - macOS-11
46
46
steps :
47
47
- name : Setup Windows
48
48
if : startsWith(matrix.os, 'windows')
85
85
# This should be a no-op for non-mac OSes
86
86
PKG_CONFIG_PATH : /usr/local/Homebrew/Library/Homebrew/os/mac/pkgconfig//12
87
87
with :
88
- 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'
88
+ 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 -DLLVM_TARGETS_TO_BUILD=X86 '
89
89
build_target : ' ${{ inputs.build_target }}'
90
90
91
91
- name : Build and Test libclc
Original file line number Diff line number Diff line change @@ -6,19 +6,6 @@ permissions:
6
6
on :
7
7
workflow_dispatch :
8
8
push :
9
- branches :
10
- - ' release/**'
11
- paths :
12
- - ' llvm/**'
13
- - ' .github/workflows/llvm-tests.yml'
14
- - ' .github/workflows/llvm-project-tests.yml'
15
- pull_request :
16
- branches :
17
- - ' release/**'
18
- paths :
19
- - ' llvm/**'
20
- - ' .github/workflows/llvm-tests.yml'
21
- - ' .github/workflows/llvm-project-tests.yml'
22
9
23
10
concurrency :
24
11
# Skip intermediate builds: always.
@@ -28,7 +15,6 @@ concurrency:
28
15
29
16
jobs :
30
17
check_all :
31
- if : github.repository_owner == 'llvm'
32
18
name : Test llvm,clang,libclc
33
19
uses : ./.github/workflows/llvm-project-tests.yml
34
20
with :
You can’t perform that action at this time.
0 commit comments