Skip to content

Commit

Permalink
Switch to llvm 18 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
coldav committed Nov 18, 2024
1 parent 32d02ea commit bf0252f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run_pr_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: ./.github/actions/setup_build
with:
llvm_version: 18
llvm_build_type: RelAssert
llvm_build_type: Release
save: ${{ inputs.update_cache }}

# These need to match the configurations of build_pr_cache to use the cache effectively
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
uses: ./.github/actions/setup_build
with:
llvm_version: 18
llvm_build_type: RelAssert
llvm_build_type: Release
save: ${{ inputs.update_cache }}

- name: build riscv M1
Expand Down Expand Up @@ -243,7 +243,7 @@ jobs:
uses: ./.github/actions/setup_build
with:
llvm_version: '18'
llvm_build_type: RelAssert
llvm_build_type: Release
save: ${{ inputs.update_cache }}
- run: echo WORKSPACE is $GITHUB_WORKSPACE && echo PWD is `pwd` && ls -al
- name: build ock
Expand Down

0 comments on commit bf0252f

Please sign in to comment.