Skip to content

Commit

Permalink
Added cp-graviton building of llvm
Browse files Browse the repository at this point in the history
  • Loading branch information
coldav committed Sep 3, 2024
1 parent 5be5a8d commit a3a4f8a
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/create_llvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,26 @@ on:
- main
paths:
- '.github/workflows/create_llvm.yml'
pull_request:
paths:
- '.github/workflows/create_llvm.yml'
workflow_dispatch:

jobs:
create_llvm_cache:
strategy:
matrix:
version: [17, 18]
os: [ubuntu-22.04]
os: [ubuntu-22.04, cp-graviton]
build_type: [Release, RelAssert]
exclude:
# Temporary to test just graviton
- os: ubuntu-22.04
- os: cp-graviton
version: 17
- os: cp-graviton
build_type: Release
version: 18
include:
# We want to set flags related to particular matrix dimensions. To do this
# we need to create default values first, and then against particular matrix
Expand Down

0 comments on commit a3a4f8a

Please sign in to comment.