Skip to content

Commit

Permalink
chore: upgrade bazel → 7.0.0
Browse files Browse the repository at this point in the history
- fix: drop flags eliminated during release
- chore: upgrade `rules_java` → `7.1.0`
- chore: upgrade `rules_cc` → `0.0.9`
- chore: upgrade all local bazel v7 versions to stable `7.0.0`

Signed-off-by: Sam Gammon <sam@elide.ventures>
  • Loading branch information
sgammon committed Jan 1, 2024
1 parent f01d90f commit 02cf743
Show file tree
Hide file tree
Showing 25 changed files with 5,765 additions and 2,728 deletions.
2 changes: 1 addition & 1 deletion .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
matrix:
bazel_version: ["6.3.2", "7.0.0-pre.20230816.3"]
bazel_version: ["6.3.2", "7.0.0"]
platform: ["centos7", "debian10", "macos", "ubuntu2004"]

validate_config: 1
Expand Down
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.0.0-pre.20230816.3
7.0.0
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Both of these clients use the `.bazelversion` file to determine what version of
```
➜ rules_graalvm git:(main) cat .bazelversion
7.0.0-pre.20230816.3
7.0.0
```

Once you have Aspect, Bazelisk, or _that exact Bazel binary version_ installed and ready to go, you can proceed.
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/module.build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ name: "Build"
bazel_version:
description: "Bazel version"
type: string
default: "7.0.0-pre.20230816.3"
default: "7.0.0"

## Configuration profile to use
bazel_config:
Expand Down Expand Up @@ -77,7 +77,7 @@ name: "Build"
bazel_version:
description: "Bazel version"
type: string
default: "7.0.0-pre.20230816.3"
default: "7.0.0"
bazel_config:
description: "Bazel profile"
type: string
Expand Down
2 changes: 0 additions & 2 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ load(
"python_requirements",
"buildifier.check",
"buildifier.format",
"generator",
"generator.update",
]
]

Expand Down
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ bazel_dep(
)
bazel_dep(
name = "rules_java",
version = "6.4.0",
version = "7.1.0",
)
bazel_dep(
name = "bazel_skylib",
Expand All @@ -59,7 +59,7 @@ bazel_dep(
)
bazel_dep(
name = "rules_cc",
version = "0.0.8",
version = "0.0.9",
dev_dependency = True,
)
bazel_dep(
Expand Down
Loading

0 comments on commit 02cf743

Please sign in to comment.