Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use default name for the ORFS docker image #25

Merged

Commits on Apr 14, 2024

  1. docker: default docker image name is same as ORFS

    the user can specify a locked down version themself for
    production.
    
    For local testing, the same docker tag as ORFS is
    convenient as that makes compiling a docker image
    from ORFS the regular way an obvious alternative
    to using "bazel run orfs_env"
    
    This begs the question as to why "bazel run orfs_env"
    now exists... Isn't that a CI concern for regression
    testing of bazel-orfs and not a user-concern?
    
    Users, such as megaboom, are responsible for publishing
    and specifying the docker tag and url or furnishing
    the docker image in some out of bounds way(such as
    compiling locally).
    
    Signed-off-by: Øyvind Harboe <[email protected]>
    oharboe committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    cc53c94 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. MODULE: bump ORFS docker image

    Use ORFS docker image built on top of [4ac2d011](The-OpenROAD-Project/OpenROAD-flow-scripts@4ac2d01)
    
    Signed-off-by: Pawel Czarnecki <[email protected]>
    lpawelcz committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    3fad8dd View commit details
    Browse the repository at this point in the history
  2. CI: update docker image name

    Signed-off-by: Pawel Czarnecki <[email protected]>
    lpawelcz committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    7cba1c4 View commit details
    Browse the repository at this point in the history
  3. openroad.bzl: Update documentation

    Signed-off-by: Pawel Czarnecki <[email protected]>
    lpawelcz committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    6866dfb View commit details
    Browse the repository at this point in the history