Fix for libsaithrift build for BRCM image (#10852)

Updated libsaibcm to fix libsaithrift compile issue on BRCM image
This commit is contained in:
vmittal-msft 2022-05-19 11:15:34 -07:00 committed by GitHub
parent b21cd70955
commit f7882b3885
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
LIBSAIBCM_VERSION = 7.1.0.0 LIBSAIBCM_VERSION = 7.1.0.0-1
LIBSAIBCM_BRANCH_NAME = REL_7.0 LIBSAIBCM_BRANCH_NAME = REL_7.0
LIBSAIBCM_URL_PREFIX = "https://sonicstorage.blob.core.windows.net/public/sai/bcmsai/$(LIBSAIBCM_BRANCH_NAME)/$(LIBSAIBCM_VERSION)" LIBSAIBCM_URL_PREFIX = "https://sonicstorage.blob.core.windows.net/public/sai/bcmsai/$(LIBSAIBCM_BRANCH_NAME)/$(LIBSAIBCM_VERSION)"

View File

@ -2,7 +2,7 @@
## Presettings ## Presettings
############################################################################### ###############################################################################
# Select bash for commands # Select bash for commands
.ONESHELL: .ONESHELL:
SHELL = /bin/bash SHELL = /bin/bash
.SHELLFLAGS += -e .SHELLFLAGS += -e