From 65500f0ae220c4fe19dfaac15dd5cb016bb8573a Mon Sep 17 00:00:00 2001 From: Gary Miguel Date: Sat, 9 Sep 2023 16:14:47 +0000 Subject: [PATCH] do not merge: use garymm bazel_bootlin Change-Id: I24ba5a3eb2a4d8047bc27d2b101078190ef218f4 --- WORKSPACE.bazel | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE.bazel b/WORKSPACE.bazel index ea4243a..abc636a 100644 --- a/WORKSPACE.bazel +++ b/WORKSPACE.bazel @@ -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")