Skip to content

Commit 5df9deb

Browse files
committed
XXX: Workflow changes to enable testing
1 parent a74dd9e commit 5df9deb

File tree

2 files changed

+3
-17
lines changed

2 files changed

+3
-17
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ jobs:
3636
fail-fast: false
3737
matrix:
3838
os:
39-
- ubuntu-latest
39+
#- ubuntu-latest
4040
# Use windows-2019 due to:
4141
# https://developercommunity.visualstudio.com/t/Prev-Issue---with-__assume-isnan-/1597317
4242
- windows-2019
4343
# We're using a specific version of macOS due to:
4444
# https://github.com/actions/virtual-environments/issues/5900
45-
- macOS-11
45+
#- macOS-11
4646
steps:
4747
- name: Setup Windows
4848
if: startsWith(matrix.os, 'windows')
@@ -85,7 +85,7 @@ jobs:
8585
# This should be a no-op for non-mac OSes
8686
PKG_CONFIG_PATH: /usr/local/Homebrew/Library/Homebrew/os/mac/pkgconfig//12
8787
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'
8989
build_target: '${{ inputs.build_target }}'
9090

9191
- name: Build and Test libclc

.github/workflows/llvm-tests.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,6 @@ permissions:
66
on:
77
workflow_dispatch:
88
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'
229

2310
concurrency:
2411
# Skip intermediate builds: always.
@@ -28,7 +15,6 @@ concurrency:
2815

2916
jobs:
3017
check_all:
31-
if: github.repository_owner == 'llvm'
3218
name: Test llvm,clang,libclc
3319
uses: ./.github/workflows/llvm-project-tests.yml
3420
with:

0 commit comments

Comments
 (0)