Skip to content

Commit

Permalink
[ci] Add om-linker to "firtool" install
Browse files Browse the repository at this point in the history
Also install the OM linker as part of the minimal firtool installation.
This will be included in both the nightly and published releases.

Signed-off-by: Schuyler Eldridge <schuyler.eldridge@sifive.com>
  • Loading branch information
seldridge committed Sep 8, 2023
1 parent 4486d89 commit f5e208c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/uploadReleaseArtifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,10 @@ jobs:
json=$(echo '${{ toJSON(env) }}' | jq -c)
echo $json
echo "out=$json" >> $GITHUB_OUTPUT
- name: Add Build Config for firtool
- name: Add Build Config for firtool and om-linker
id: add-build-config-firtool
run: |
json='{"name":"firtool","install_target":"install-firtool","package_name_prefix":"firrtl-bin","mode":"release","assert":"OFF","shared":"OFF","stats":"ON"}'
json='{"name":"firtool","install_target":"install-firtool install-om-linker","package_name_prefix":"firrtl-bin","mode":"release","assert":"OFF","shared":"OFF","stats":"ON"}'
if [[ ${{ github.event_name }} == 'schedule' ]] || [[ ${{ github.event_name }} == 'workflow_dispatch' ]]; then
json=$(echo $json | jq -c '.assert = "ON" | .mode = "relwithdebinfo"')
fi
Expand Down

0 comments on commit f5e208c

Please sign in to comment.