From b79ab0f198b3fb78ba73bf20d25fac3001cda5a3 Mon Sep 17 00:00:00 2001 From: Justin Vreeland Date: Fri, 25 Oct 2024 11:08:05 -0700 Subject: [PATCH] bazel-7.yaml: Add openssf-options (#31953) --- bazel-7.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bazel-7.yaml b/bazel-7.yaml index 172318c4a87..77e1d7d8eed 100644 --- a/bazel-7.yaml +++ b/bazel-7.yaml @@ -1,7 +1,7 @@ package: name: bazel-7 version: 7.4.0 - epoch: 0 + epoch: 1 description: Bazel is an open-source build and test tool resources: cpu: 16 @@ -22,6 +22,7 @@ environment: - libstdc++-6 - libstdc++-6-dev - openjdk-21 + - openssf-compiler-options - python3 - zip