Skip to content

Commit

Permalink
Discard changes to examples/WORKSPACE.bazel
Browse files Browse the repository at this point in the history
  • Loading branch information
jsharpe authored Jan 10, 2025
1 parent 8fc63cf commit 4d9ad67
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions examples/WORKSPACE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,6 @@ load("@bazel_skylib//:workspace.bzl", "bazel_skylib_workspace")

bazel_skylib_workspace()

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")

maybe(
http_archive,
name = "rules_cc",
sha256 = "abc605dd850f813bb37004b77db20106a19311a96b2da1c92b789da529d28fe1",
strip_prefix = "rules_cc-0.0.17",
urls = ["https://github.com/bazelbuild/rules_cc/releases/download/0.0.17/rules_cc-0.0.17.tar.gz"],
)

load("//deps:repositories.bzl", "repositories")

repositories()
Expand Down Expand Up @@ -74,6 +63,8 @@ load("@rules_foreign_cc_examples_third_party//:setup.bzl", examples_third_party_

examples_third_party_setup()

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "bazelci_rules",
sha256 = "eca21884e6f66a88c358e580fd67a6b148d30ab57b1680f62a96c00f9bc6a07e",
Expand Down Expand Up @@ -131,6 +122,8 @@ load(

apple_support_dependencies()

load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")

maybe(
http_archive,
name = "rules_rust",
Expand Down

0 comments on commit 4d9ad67

Please sign in to comment.