[all-commits] [llvm/llvm-project] e079fd: [bazel][NFC] Avoid set for older bazel versions (#...
Jordan Rupprecht via All-commits
all-commits at lists.llvm.org
Thu Dec 4 14:13:40 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e079fdfdb15587049a8c581e0c1e1b017e432995
https://github.com/llvm/llvm-project/commit/e079fdfdb15587049a8c581e0c1e1b017e432995
Author: Jordan Rupprecht <rupprecht at google.com>
Date: 2025-12-04 (Thu, 04 Dec 2025)
Changed paths:
M utils/bazel/configure.bzl
Log Message:
-----------
[bazel][NFC] Avoid set for older bazel versions (#170758)
The `set` type is only available on Bazel 8.1, which is newer than some
projects. This gives some time for downstream users of LLVM to migrate
to Bazel 8.1 or newer.
e.g.
https://github.com/openxla/xla/actions/runs/19943322161/job/57186478292
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list