Skip to content

Commit 333d3b9

Browse files
PhanLe1010derekbit
authored andcommitted
fix: specify gcc13 for SPDK building
longhorn-10768 Signed-off-by: Phan Le <phan.le@suse.com>
1 parent 654fb32 commit 333d3b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ RUN for i in {1..10}; do \
5858
done
5959

6060

61-
RUN zypper -n install cmake gcc xsltproc docbook-xsl-stylesheets git python311 python311-pip patchelf fuse3-devel jq wget
61+
RUN zypper -n install cmake gcc gcc13 xsltproc docbook-xsl-stylesheets git python311 python311-pip patchelf fuse3-devel jq wget
6262

6363
RUN git clone https://github.com/longhorn/dep-versions.git -b ${SRC_BRANCH} /usr/src/dep-versions && \
6464
cd /usr/src/dep-versions && \

0 commit comments

Comments
 (0)