Skip to content

Commit

Permalink
Add platform input to cudaq_cache job
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Howe <[email protected]>
  • Loading branch information
bmhowe23 committed Jan 14, 2025
1 parent 5ed3035 commit 7b8aecc
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/all_libs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
ref: ${{ steps.get-cudaq-version.outputs.ref }}
token: ${{ secrets.CUDAQ_ACCESS_TOKEN }}
pr-number: ${{ steps.export-pr-info.outputs.pr_number }}
platform: ${{ matrix.platform }}

# ========================================================================
# Build
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cudaq_cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,5 @@ jobs:
token: ${{ secrets.CUDAQ_ACCESS_TOKEN }}
save-build: true
save-ccache: true
platform: ${{ matrix.platform }}

1 change: 1 addition & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
repo: ${{ steps.get-cudaq-version.outputs.repo }}
ref: ${{ steps.get-cudaq-version.outputs.ref }}
token: ${{ secrets.CUDAQ_ACCESS_TOKEN }}
platform: 'amd64'

# ========================================================================
# Build docs
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lib_qec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
ref: ${{ steps.get-cudaq-version.outputs.ref }}
token: ${{ secrets.CUDAQ_ACCESS_TOKEN }}
pr-number: ${{ steps.export-pr-info.outputs.pr_number }}
platform: ${{ matrix.platform }}

# ========================================================================
# Build library
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lib_solvers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
ref: ${{ steps.get-cudaq-version.outputs.ref }}
token: ${{ secrets.CUDAQ_ACCESS_TOKEN }}
pr-number: ${{ steps.export-pr-info.outputs.pr_number }}
platform: ${{ matrix.platform }}

# ========================================================================
# Build library
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr_workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ jobs:
pr-number: ${{ fromJSON(steps.get-pr-info.outputs.pr-info).number }}
save-build: true
save-ccache: false
platform: ${{ matrix.platform }}

build-docs:
name: Docs
Expand Down

0 comments on commit 7b8aecc

Please sign in to comment.