Skip to content

Commit

Permalink
MODULE: Remove OCI rules
Browse files Browse the repository at this point in the history
Signed-off-by: Eryk Szpotanski <[email protected]>
  • Loading branch information
eszpotanski committed Jul 3, 2024
1 parent a068508 commit 0678e00
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 990 deletions.
11 changes: 0 additions & 11 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,6 @@ module(
compatibility_level = 1,
)

bazel_dep(name = "rules_oci", version = "1.7.4")

oci = use_extension("@rules_oci//oci:extensions.bzl", "oci")
oci.pull(
name = "orfs_image",
digest = "sha256:ef18800147f1b09fd00366c32b2266da4944d59d588680ed05d2685fbae2531a",
image = "ghcr.io/antmicro/openroad-flow-scripts/ubuntu22.04",
platforms = ["linux/amd64"],
)
use_repo(oci, "orfs_image")

# To have the external PDK examples working uncomment the code below
# and set the `urls` attribute to the archive with external PDK
#bazel_dep(name = "external_pdk", version = "1.0.0")
Expand Down
Loading

0 comments on commit 0678e00

Please sign in to comment.