diff --git a/.github/workflows/github-actions-cron-test-installer.yml b/.github/workflows/github-actions-cron-test-installer.yml index 01070ee586..f55038cb35 100644 --- a/.github/workflows/github-actions-cron-test-installer.yml +++ b/.github/workflows/github-actions-cron-test-installer.yml @@ -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 ;" diff --git a/etc/DockerHelper.sh b/etc/DockerHelper.sh index 5dc7d9e8f3..3bd76289a5 100755 --- a/etc/DockerHelper.sh +++ b/etc/DockerHelper.sh @@ -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