Skip to content

Commit 04bd88a

Browse files
[Mellanox] Update path to the rshim package location. (#22268)
- Why I did it Update path to the rshim package location to align with infrastructure change. - How I did it Change the path in the makefile - How to verify it Compile image for Mellanox platform.
1 parent 950a15a commit 04bd88a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/mellanox/rshim/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
SHELL = /bin/bash
2020
.SHELLFLAGS += -ex
2121

22-
SRPMS_URL = $(MLNX_BSD_RSHIM_SRC_BASE_URL)/build/install/distro/SRPMS/
22+
SRPMS_URL = $(MLNX_BSD_RSHIM_SRC_BASE_URL)/install/distro/SRPMS/
2323
RSHIM_URL = $(shell lynx --listonly --nonumbers -dump $(SRPMS_URL) | grep rshim)
2424

2525
$(addprefix $(DEST)/, $(MLNX_RSHIM)): $(DEST)/% :

0 commit comments

Comments
 (0)