Fix for libsaithrift build for BRCM image (#10852)
Updated libsaibcm to fix libsaithrift compile issue on BRCM image
This commit is contained in:
parent
b21cd70955
commit
f7882b3885
@ -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)"
|
||||||
|
|
||||||
|
2
slave.mk
2
slave.mk
@ -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
|
||||||
|
Reference in New Issue
Block a user