Skip to content

Commit

Permalink
do not merge: use garymm bazel_bootlin
Browse files Browse the repository at this point in the history
Change-Id: I24ba5a3eb2a4d8047bc27d2b101078190ef218f4
  • Loading branch information
garymm committed Sep 9, 2023
1 parent 909181e commit 65500f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ load("@host_system_libraries//:defs.bzl", "HOST_SYSTEM_LIBRARIES")
# Note: not correct on MacOS.
LLVM_COLOR_FLAGS = ["-fdiagnostics-color=always" if "libinfo.so.5" in HOST_SYSTEM_LIBRARIES else ""]

BAZEL_BOOTLIN_COMMIT = "TODO https://github.com/oliverlee/bazel_bootlin/pull/3"
BAZEL_BOOTLIN_COMMIT = "d256920fe20adabc1af87a1085655836f20fbb65"

http_archive(
name = "bazel_bootlin",
sha256 = "TODO",
sha256 = "97dc43eb74bd421634d6d44380d0562483aabc7796393ca93531a455ec44843a",
strip_prefix = "bazel_bootlin-%s" % BAZEL_BOOTLIN_COMMIT,
url = "https://github.com/oliverlee/bazel_bootlin/archive/%s.tar.gz" % BAZEL_BOOTLIN_COMMIT,
url = "https://github.com/garymm/bazel_bootlin/archive/%s.tar.gz" % BAZEL_BOOTLIN_COMMIT,
)

load("@bazel_bootlin//:defs.bzl", "bootlin_toolchain")
Expand Down

0 comments on commit 65500f0

Please sign in to comment.