Skip to content

Commit

Permalink
fixup! [#65238] Build Renode from sources
Browse files Browse the repository at this point in the history
  • Loading branch information
p-woj committed Sep 10, 2024
1 parent eb731ef commit 11827fc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/dpi-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,3 +180,5 @@ jobs:

runner: ${{ matrix.config.runner }}
verilator_artifact: ${{ matrix.config.verilator_artifact }}
renode_git_repo: ${{ inputs.renode_git_repo || 'https://github.com/renode/renode' }}
renode_git_ref: ${{ inputs.renode_git_ref || 'master' }}
10 changes: 9 additions & 1 deletion .github/workflows/run-sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ on:
verilator_artifact:
required: true
type: string
renode_git_repo:
required: true
type: string
renode_git_ref:
required: true
type: string

env:
ARTIFACTS_PREFIX: renode-dpi-
Expand Down Expand Up @@ -61,7 +67,9 @@ jobs:

- name: Build Renode
uses: ./.github/build-renode
# TODO with repo/ref
with:
renode_git_repo: ${{ inputs.renode_git_repo }}
renode_git_ref: ${{ inputs.renode_git_ref }}

- name: Patch Renode on Windows
if: ${{ runner.os == 'Windows' }}
Expand Down

0 comments on commit 11827fc

Please sign in to comment.