Skip to content

Commit

Permalink
[github] Update workflows for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
neboat committed Jul 20, 2022
1 parent e4af2f7 commit fc90ded
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/clang-tests.yml
Expand Up @@ -27,7 +27,7 @@ concurrency:
jobs:
check_clang:
name: Test clang,lldb,libclc
uses: OpenCilk/opencilk-project/.github/workflows/llvm-project-tests.yml@dev/14.x
uses: OpenCilk/opencilk-project/.github/workflows/llvm-project-tests.yml@release/14.x
with:
build_target: check-clang
projects: clang;lldb;libclc
2 changes: 1 addition & 1 deletion .github/workflows/libclc-tests.yml
Expand Up @@ -27,7 +27,7 @@ concurrency:
jobs:
check_libclc:
name: Test libclc
uses: OpenCilk/opencilk-project/.github/workflows/llvm-project-tests.yml@dev/14.x
uses: OpenCilk/opencilk-project/.github/workflows/llvm-project-tests.yml@release/14.x
with:
build_target: ''
projects: clang;libclc
2 changes: 1 addition & 1 deletion .github/workflows/lld-tests.yml
Expand Up @@ -27,7 +27,7 @@ concurrency:
jobs:
check_lld:
name: Test lld
uses: OpenCilk/opencilk-project/.github/workflows/llvm-project-tests.yml@dev/14.x
uses: OpenCilk/opencilk-project/.github/workflows/llvm-project-tests.yml@release/14.x
with:
build_target: check-lld
projects: lld
2 changes: 1 addition & 1 deletion .github/workflows/lldb-tests.yml
Expand Up @@ -28,7 +28,7 @@ concurrency:
jobs:
build_lldb:
name: Build lldb
uses: OpenCilk/opencilk-project/.github/workflows/llvm-project-tests.yml@dev/14.x
uses: OpenCilk/opencilk-project/.github/workflows/llvm-project-tests.yml@release/14.x
with:
build_target: ''
projects: clang;lldb
6 changes: 3 additions & 3 deletions .github/workflows/llvm-tests.yml
Expand Up @@ -26,7 +26,7 @@ concurrency:
jobs:
check_all:
name: Test llvm,clang,libclc
uses: OpenCilk/opencilk-project/.github/workflows/llvm-project-tests.yml@dev/14.x
uses: OpenCilk/opencilk-project/.github/workflows/llvm-project-tests.yml@release/14.x
with:
build_target: check-all
projects: clang;libclc
Expand All @@ -35,14 +35,14 @@ jobs:
# space to build all these projects on Windows.
build_lldb:
name: Build lldb
uses: OpenCilk/opencilk-project/.github/workflows/llvm-project-tests.yml@dev/14.x
uses: OpenCilk/opencilk-project/.github/workflows/llvm-project-tests.yml@release/14.x
with:
build_target: ''
projects: clang;lldb

check_lld:
name: Test lld
uses: OpenCilk/opencilk-project/.github/workflows/llvm-project-tests.yml@dev/14.x
uses: OpenCilk/opencilk-project/.github/workflows/llvm-project-tests.yml@release/14.x
with:
build_target: check-lld
projects: lld
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/version-check.yml
Expand Up @@ -10,6 +10,7 @@ on:
jobs:
version_check:
runs-on: ubuntu-latest
if: github.repository == 'llvm/llvm-project'
steps:
- name: Fetch LLVM sources
uses: actions/checkout@v2
Expand Down

0 comments on commit fc90ded

Please sign in to comment.