Skip to content

Commit 7968d0b

Browse files
committed
Fix for libsaithrift build for BRCM image
1 parent 0eeb249 commit 7968d0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

platform/broadcom/sai.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
LIBSAIBCM_VERSION = 7.1.0.0
1+
LIBSAIBCM_VERSION = 7.1.0.0-1
22
LIBSAIBCM_BRANCH_NAME = REL_7.0
33
LIBSAIBCM_URL_PREFIX = "https://sonicstorage.blob.core.windows.net/public/sai/bcmsai/$(LIBSAIBCM_BRANCH_NAME)/$(LIBSAIBCM_VERSION)"
44

slave.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## Presettings
33
###############################################################################
44

5-
# Select bash for commands
5+
# Select bash for commands
66
.ONESHELL:
77
SHELL = /bin/bash
88
.SHELLFLAGS += -e

0 commit comments

Comments
 (0)