Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop support for Bazel 6 #935

Merged
merged 1 commit into from
Jan 9, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions .bcr/presubmit.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
matrix:
bazel: ["6.x", "7.x"]
bazel: ["7.x"]
tasks:
verify_build_targets_bazel_6:
name: Verify Build targets on macOS with Bazel 6
platform: macos_arm64
bazel: 6.x
build_targets:
- "@rules_ios//rules/..."
verify_build_targets_bazel_7:
name: Verify Build targets on macOS with Bazel 7
platform: macos_arm64
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
bazel_version: [6.5.0, 7.1.0]
bazel_version: [7.1.0]
xcode_version: [15.2]
virtual_frameworks: [true, false]
sandbox: [true, false]
@@ -85,7 +85,7 @@ jobs:
strategy:
fail-fast: false
matrix:
bazel_version: [6.5.0, 7.1.0]
bazel_version: [7.1.0]
sandbox: [true, false]
xcode_version: [15.2]
env:
@@ -164,7 +164,7 @@ jobs:
strategy:
fail-fast: false
matrix:
bazel_version: [6.5.0, 7.1.0]
bazel_version: [7.1.0]
xcode_version: [15.2]
env:
XCODE_VERSION: ${{ matrix.xcode_version }}
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ module(
name = "rules_ios",
version = "0",
bazel_compatibility = [
">=6.0.0",
">=7.0.0",
],
compatibility_level = 1,
repo_name = "build_bazel_rules_ios",
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@ See the following table for supported release versions.
| Bazel release | Minimum supported rules version | Final supported rules version
|:-------------------:|:-------------------------:|:-------------------------:
| 7.* | 4.4.0 | current
| 6.* | 2.0.0 | current
| 6.* | 2.0.0 | 5.3.0
| 5.* | 1.0.0 | 3.2.2
| 4.* | 1.0.0 | 1.0.0