mirror of
https://github.com/falcosecurity/falco.git
synced 2025-07-08 20:23:32 +00:00
docs(docker/builder): usage reports clang version too
Co-authored-by: Lorenzo Fontana <lo@linux.com> Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
This commit is contained in:
parent
ac4f089903
commit
28fa4a72e8
@ -3,6 +3,7 @@
|
|||||||
gccversion=$(gcc --version | head -n1)
|
gccversion=$(gcc --version | head -n1)
|
||||||
cppversion=$(g++ -dM -E -x c++ /dev/null | grep -F __cplusplus | cut -d' ' -f3)
|
cppversion=$(g++ -dM -E -x c++ /dev/null | grep -F __cplusplus | cut -d' ' -f3)
|
||||||
cmakeversion=$(cmake --version | head -n1)
|
cmakeversion=$(cmake --version | head -n1)
|
||||||
|
clangversion=$(clang --version | head -n1)
|
||||||
|
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
Hello, this is the Falco builder container.
|
Hello, this is the Falco builder container.
|
||||||
@ -48,4 +49,5 @@ Environment.
|
|||||||
* ${gccversion}
|
* ${gccversion}
|
||||||
* cplusplus ${cppversion}
|
* cplusplus ${cppversion}
|
||||||
* ${cmakeversion}
|
* ${cmakeversion}
|
||||||
|
* ${clangversion}
|
||||||
EOF
|
EOF
|
Loading…
Reference in New Issue
Block a user