mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
7381253ee0
This makes it possible to build on any platform that supports Linux containers. The container image used for building is created once, or on updating the `scripts/Dockerfile.build` and is cached afterwards. To build the executable in a container, use `make containerized-build` and everything will be done automatically. The executable will also be available on the usual location. Signed-off-by: Niels de Vos <ndevos@redhat.com>
14 lines
150 B
Plaintext
14 lines
150 B
Plaintext
# build directory
|
|
_output
|
|
|
|
# docker build
|
|
deploy/cephcsi/image/cephcsi
|
|
|
|
# build container
|
|
.devel-container-id
|
|
|
|
# git merge files
|
|
*.orig
|
|
*.patch
|
|
*.rej
|