From 028f2720d12a3a19a30e689347e98c5eb07631eb Mon Sep 17 00:00:00 2001 From: Douglas Thor Date: Tue, 2 Jul 2024 14:27:41 -0700 Subject: [PATCH] Add .bazelversion (#790) This repo is already using `bazelisk` but does not currently pin a Bazel version. Add `.bazelversion` to pin Bazel based on the version used in a recent CI run (https://github.com/quantumlib/Stim/actions/runs/9657364117/job/26636504001). Related to https://github.com/qh-lab/pyle/pull/46833#issuecomment-2204296035 /cc @Strilanc --- .bazelversion | 1 + 1 file changed, 1 insertion(+) create mode 100644 .bazelversion diff --git a/.bazelversion b/.bazelversion new file mode 100644 index 00000000..0ee843cc --- /dev/null +++ b/.bazelversion @@ -0,0 +1 @@ +7.2.0