Skip to content

Commit

Permalink
Downgrade bazel to 6.5.0 for tensorflow 2.15.0 (microsoft#8313)
Browse files Browse the repository at this point in the history
  • Loading branch information
rikenm1 authored Mar 8, 2024
1 parent 15680f2 commit ca73d53
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion SPECS/bazel/bazel.signatures.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"bazel-7.0.2-dist.zip": "dea2b90575d43ef3e41c402f64c2481844ecbf0b40f8548b75a204a4d504e035"
"bazel-6.5.0-dist.zip": "fc89da919415289f29e4ff18a5e01270ece9a6fe83cb60967218bac4a3bb3ed2"
}
}
6 changes: 3 additions & 3 deletions SPECS/bazel/bazel.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
%define __os_install_post %{_libdir}/rpm/brp-compress %{nil}
Summary: Correct, reproducible, and fast builds for everyone.
Name: bazel
Version: 7.0.2
Version: 6.5.0
Release: 1%{?dist}
License: ASL 2.0
Vendor: Microsoft Corporation
Expand Down Expand Up @@ -44,8 +44,8 @@ cp ./scripts/packages/bazel.sh %{buildroot}/%{_bindir}/bazel
%attr(0755,root,root) %{_bindir}/bazel-real

%changelog
* Fri Jan 26 2024 Riken Maharjan <[email protected]> - 7.0.2-1
- Upgrade to 7.0.2
* Tue Mar 05 2024 Riken Maharjan <[email protected]> - 6.5.0
- Upgrade to 6.5.0

* Fri Dec 09 2022 CBL-Mariner Servicing Account <[email protected]> - 5.3.2-1
- Auto-upgrade to 5.3.2 - CVE-2022-3474
Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -975,8 +975,8 @@
"type": "other",
"other": {
"name": "bazel",
"version": "7.0.2",
"downloadUrl": "https://github.com/bazelbuild/bazel/releases/download/7.0.2/bazel-7.0.2-dist.zip"
"version": "6.5.0",
"downloadUrl": "https://github.com/bazelbuild/bazel/releases/download/6.5.0/bazel-6.5.0-dist.zip"
}
}
},
Expand Down

0 comments on commit ca73d53

Please sign in to comment.