You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here we can find a command to build a local version of spdkcsi image:
docker run -it --rm -v /var/run/docker.sock:/var/run/docker.sock golang:1.14 \
bash -c "apt update && apt install -y make git docker.io && \ git clone https://review.spdk.io/gerrit/spdk/spdk-csi && cd spdk-csi && make image"
This command fails with error:
=== building spdkcsi binary
flag provided but not defined: -buildvcs
usage: go build [-o output] [-i] [build flags] [packages]
Run 'go help build' for details.
make: *** [Makefile:45: spdkcsi] Error 2
The text was updated successfully, but these errors were encountered:
Here we can find a command to build a local version of spdkcsi image:
This command fails with error:
The text was updated successfully, but these errors were encountered: