Skip to content

Commit

Permalink
fix ceph build
Browse files Browse the repository at this point in the history
Signed-off-by: Jörn Friedrich Dreyer <[email protected]>
  • Loading branch information
butonic authored and rhafer committed Dec 11, 2023
1 parent b269a07 commit 4d25cca
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile.revad-ceph
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ RUN dnf update --exclude=ceph-iscsi -y && dnf install -y \
librbd-devel \
librados-devel

ADD https://golang.org/dl/go1.19.linux-amd64.tar.gz \
go1.19.linux-amd64.tar.gz
ADD https://golang.org/dl/go1.20.linux-amd64.tar.gz \
go1.20.linux-amd64.tar.gz

RUN rm -rf /usr/local/go && \
tar -C /usr/local -xzf go1.19.linux-amd64.tar.gz && \
rm go1.19.linux-amd64.tar.gz
tar -C /usr/local -xzf go1.20.linux-amd64.tar.gz && \
rm go1.20.linux-amd64.tar.gz

ENV PATH /go/bin:/usr/local/go/bin:$PATH
ENV GOPATH /go
Expand Down
6 changes: 6 additions & 0 deletions changelog/unreleased/backport-ceph-build-fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Bugfix: fix ceph build

fix ceph build as already fixed in edge

https://github.com/cs3org/reva/pull/4398
https://github.com/cs3org/reva/pull/4147

0 comments on commit 4d25cca

Please sign in to comment.