Skip to content

Commit

Permalink
Merge pull request #156 from frasercrmck/bump-tested-llvm-vers
Browse files Browse the repository at this point in the history
Bump built/tested LLVM versions to 16/17
  • Loading branch information
frasercrmck authored Oct 11, 2023
2 parents 1ff85fa + e8aaac3 commit a943416
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup_ubuntu_build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ inputs:
description: 'llvm Build type (Release, RelAssert) - note we need to use RelAssert for the cache pattern matching'
default: RelAssert
llvm_version:
description: 'Major llvm version to use for fetching llvm cache e.g. 16'
default: 16
description: 'Major llvm version to use for fetching llvm cache e.g. 17'
default: 17
ubuntu_version:
description: 'Version of ubuntu used for cache retrieval'
default: 22.04
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run_pr_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup-ubuntu
uses: ./.github/actions/setup_ubuntu_build
with:
llvm_version: 16
llvm_version: 17
llvm_build_type: RelAssert

# These need to match the configurations of build_pr_cache to use the cache effectively
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
- name: setup-ubuntu
uses: ./.github/actions/setup_ubuntu_build
with:
llvm_version: 16
llvm_version: 17
llvm_build_type: RelAssert

- name: build riscv M1
Expand Down

0 comments on commit a943416

Please sign in to comment.