1
0
mirror of https://github.com/google/cpu_features.git synced 2025-07-02 21:53:18 +02:00

Switch to cpu_features to bazelmod (#365)

This commit is contained in:
Guillaume Chatelet
2024-09-13 14:31:12 +02:00
committed by GitHub
parent c6a22fc617
commit 7a8174a371
5 changed files with 35 additions and 27 deletions

View File

@ -3,6 +3,9 @@
# Use sparingly for things common to all compilers and platforms.
###############################################################################
# Enable Bzlmod for every Bazel command
common --enable_bzlmod
# Prevent invalid caching if input files are modified during a build.
build --experimental_guard_against_concurrent_changes