blob: 503dc548e99ec4e1245bb3c44d5e28f23b94b4a4 [file] [edit]
# Copyright 2026 The Pigweed Authors
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not
# use this file except in compliance with the License. You may obtain a copy of
# the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations under
# the License.
# ===========================================================================
# This is a shared Bazel MODULE.bazel fragment that is included by the
# MODULE.bazel files in some of the subdirectories (such as examples/ and
# tests/) to set up the dependency on Pigweed. That way the roller can roll
# update the Pigweed version in one file.
# ===========================================================================
bazel_dep(name = "pigweed", dev_dependency = True)
git_override(
module_name = "pigweed",
# ROLL: Warning: this entry is automatically updated by
# ROLL: https://cr-buildbucket.appspot.com/builder/pigweed/zephyr.roll/pigweed-zephyr-roller
commit = "994cc3f141c61759d93947d38c00a86e8d75f59c",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
)