Skip to content

Commit

Permalink
[#61287] etc: DockerHelper.sh: Update help message
Browse files Browse the repository at this point in the history
Fixes 'test-installer' workflow by specifying proper tag.

Signed-off-by: Illia Vysochyn <[email protected]>
  • Loading branch information
ivysochyn committed Jul 4, 2024
1 parent 19f59d5 commit bb4358b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-actions-cron-test-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ jobs:
sudo service docker restart
- name: Run installer
run: |
./etc/DockerHelper.sh create -target=dev -os=${{ matrix.os }}
./etc/DockerHelper.sh create -target=dev -os=${{ matrix.os }} -tag=latest
- name: Build project
run: |
./etc/DockerHelper.sh create -target=builder -os=${{ matrix.os }}
./etc/DockerHelper.sh create -target=builder -os=${{ matrix.os }} -tag=latest
- name: Test build
run: |
cmd="source ./env.sh ; yosys -help ; openroad -help ; make -C flow ;"
Expand Down
3 changes: 1 addition & 2 deletions etc/DockerHelper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ usage: $0 [CMD] [OPTIONS]
'builder': os + packages to compile app +
copy source code and build app
-threads Max number of threads to use if compiling.
-sha Use git commit sha as the tag image. Default is
'latest'.
-tag Use as the image tag. Default is git commit sha.
-ci Install CI tools in image
-h -help Show this message and exits
-username Docker Username
Expand Down

0 comments on commit bb4358b

Please sign in to comment.