Skip to content

Commit

Permalink
ci: update docker centos7 --> ubuntu22
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Bandeira <vvbandeira@precisioninno.com>
  • Loading branch information
Vitor Bandeira committed Feb 23, 2024
1 parent ada6fbf commit 2a8cbbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_openroad.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ LSORACLE_ARGS="\
-D YOSYS_PLUGIN=ON \
"

DOCKER_OS_NAME="centos7"
DOCKER_OS_NAME="ubuntu22"
PROC=-1

function usage() {
Expand Down Expand Up @@ -102,7 +102,7 @@ Options:
Options valid only for Docker builds:
-c, --copy-platforms Copy platforms to inside docker image.
--os=DOCKER_OS_NAME Choose beween centos7 (default), ubuntu20.04 and ubuntu22.04.
--os=DOCKER_OS_NAME Choose beween ubuntu22 (default), ubuntu20.04.
This script builds the OpenROAD tools: openroad, yosys and yosys plugins.
By default, the tools will be built from the linked submodule hashes.
Expand Down

0 comments on commit 2a8cbbd

Please sign in to comment.