1
0
mirror of https://github.com/google/cpu_features.git synced 2025-07-01 05:11:15 +02:00

[bazel] Add missing platform dependency (#375)

This is required with Bazel 8 that drops the support for WORKSPACE file.
This commit is contained in:
Guillaume Chatelet
2024-12-10 13:13:09 +01:00
committed by GitHub
parent 0bc979d7ca
commit bce3978813

View File

@ -15,3 +15,4 @@ module(
bazel_dep(name = "bazel_skylib", version = "1.7.1") bazel_dep(name = "bazel_skylib", version = "1.7.1")
bazel_dep(name = "googletest", version = "1.15.2") bazel_dep(name = "googletest", version = "1.15.2")
bazel_dep(name = "platforms", version = "0.0.10")