Skip to content

Commit

Permalink
Remove BRCM-SAI 11.0_ea_dnx_odp SDK from fbcode
Browse files Browse the repository at this point in the history
Summary:
As 11.3 GA got integrated, removing 11.0_ea_dnx_odp SDK from fbcode.

Will remove 11.0 EA for XGS as well in separate diff.

Reviewed By: zechengh09

Differential Revision: D61447732

fbshipit-source-id: e7dd0c08e668fdda6ef3142e2bfd43f59c43ae2a
  • Loading branch information
simuthus-fb authored and facebook-github-bot committed Aug 19, 2024
1 parent adc4515 commit 17193e0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion fboss/agent/hw/sai/impl/impl.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ def to_impl_external_deps(sai_impl):
("brcm-sai", "10.0_ea_dnx_sim_odp"): [("brcm-sai", None, "sai")],
("brcm-sai", "10.2.0.0_odp"): [("brcm-sai", None, "sai")],
("brcm-sai", "11.0_ea_odp"): [("brcm-sai", None, "sai")],
("brcm-sai", "11.0_ea_dnx_odp"): [("brcm-sai", None, "sai")],
("brcm-sai", "11.3.0.0_dnx_odp"): [("brcm-sai", None, "sai")],
("brcm-sai", "12.0_ea_dnx_odp"): [("brcm-sai", None, "sai")],
("CredoB52SAI", "0.7.2"): [("CredoB52SAI", None, "saiowl")],
Expand Down
7 changes: 0 additions & 7 deletions fboss/build/sdk.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -222,13 +222,6 @@ ALL_SDKS = [
sai_version = "1.12.0",
version = "10.0_ea_dnx_sim_odp",
),
SaiBrcmDsfSdk(
fw_path = "../third-party/tp2/broadcom-xgs-robo/6.5.30_dnx/hsdk-all-6.5.30/tools/sand/db/",
native_bcm_sdk_version = "6.5.30_dnx",
sai_version = "1.13.1",
stage = SdkStage.TEST,
version = "11.0_ea_dnx_odp",
),
SaiBrcmDsfSdk(
fw_path = "../third-party/tp2/broadcom-xgs-robo/6.5.30_dnx/hsdk-all-6.5.30/tools/sand/db/",
native_bcm_sdk_version = "6.5.30_dnx",
Expand Down

0 comments on commit 17193e0

Please sign in to comment.