Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: v.oleynikov <[email protected]>
  • Loading branch information
duckhawk committed Jan 10, 2025
1 parent fbdb7e1 commit 8e12151
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/csi-ceph/werf.inc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ shell:
- export GO_VERSION={{ env "GOLANG_VERSION" }}
- export GOPROXY={{ env "GOPROXY" }}
- apt-get update
- apt-get -y install make golang librbd-devel librados-devel gcc git libcephfs-devel mount ceph ceph-fuse
- apt-get -y install make golang librbd-devel librados-devel gcc git libcephfs-devel
- cd /src/ceph-csi
- export CGO_ENABLED=1
- make cephcsi
Expand All @@ -68,7 +68,7 @@ git:
shell:
install:
- apt-get update
- apt-get -y install glibc-utils
- apt-get -y install glibc-utils mount ceph ceph-fuse
- rm -rf /var/lib/apt/lists/* /var/cache/apt/* && mkdir -p /var/lib/apt/lists/partial /var/cache/apt/archives/partial
- chmod +x /binary_replace.sh

Expand Down

0 comments on commit 8e12151

Please sign in to comment.