Skip to content

Commit

Permalink
fuchsia: Bump Fuchsia SDK version to 26.20241230.5.1
Browse files Browse the repository at this point in the history
Bumps the bazel SDK version and updates the fuchsia backend to use
both fuchsia_sdk and rules_fuchsia for defining flags to facilitate
a soft transition.

Change-Id: I1a896d16a645df32ad0e36a19cc7013240772ab2
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/256876
Reviewed-by: Ted Pudlik <[email protected]>
Presubmit-Verified: CQ Bot Account <[email protected]>
Commit-Queue: Chase Latta <[email protected]>
Docs-Not-Needed: Chase Latta <[email protected]>
Lint: Lint 🤖 <[email protected]>
  • Loading branch information
chaselatta authored and CQ Bot Account committed Dec 31, 2024
1 parent e851b2c commit 4afcce7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ load("@fuchsia_infra//:workspace.bzl", "fuchsia_infra_workspace")

fuchsia_infra_workspace()

FUCHSIA_SDK_VERSION = "version:26.20241210.7.1"
FUCHSIA_SDK_VERSION = "version:26.20241230.5.1"

cipd_repository(
name = "fuchsia_sdk",
Expand Down
2 changes: 2 additions & 0 deletions pw_bluetooth_sapphire/fuchsia/backends.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
# to ignore the problematic fuchsia-specific targets.
common --@rules_fuchsia//fuchsia:fuchsia_targets_enabled=false
common:fuchsia --@rules_fuchsia//fuchsia:fuchsia_targets_enabled
common --@fuchsia_sdk//fuchsia:fuchsia_targets_enabled=false
common:fuchsia --@fuchsia_sdk//fuchsia:fuchsia_targets_enabled

common:fuchsia --@pigweed//pw_assert:backend=@pigweed//pw_assert_fuchsia
common:fuchsia --@pigweed//pw_assert:assert_backend_impl=@pigweed//pw_build:empty_cc_library
Expand Down

0 comments on commit 4afcce7

Please sign in to comment.