Skip to content

Commit 4d9ad67

Browse files
authored
Discard changes to examples/WORKSPACE.bazel
1 parent 8fc63cf commit 4d9ad67

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

examples/WORKSPACE.bazel

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,6 @@ load("@bazel_skylib//:workspace.bzl", "bazel_skylib_workspace")
1313

1414
bazel_skylib_workspace()
1515

16-
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
17-
load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
18-
19-
maybe(
20-
http_archive,
21-
name = "rules_cc",
22-
sha256 = "abc605dd850f813bb37004b77db20106a19311a96b2da1c92b789da529d28fe1",
23-
strip_prefix = "rules_cc-0.0.17",
24-
urls = ["https://github.com/bazelbuild/rules_cc/releases/download/0.0.17/rules_cc-0.0.17.tar.gz"],
25-
)
26-
2716
load("//deps:repositories.bzl", "repositories")
2817

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

7564
examples_third_party_setup()
7665

66+
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
67+
7768
http_archive(
7869
name = "bazelci_rules",
7970
sha256 = "eca21884e6f66a88c358e580fd67a6b148d30ab57b1680f62a96c00f9bc6a07e",
@@ -131,6 +122,8 @@ load(
131122

132123
apple_support_dependencies()
133124

125+
load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
126+
134127
maybe(
135128
http_archive,
136129
name = "rules_rust",

0 commit comments

Comments
 (0)