ci: fix build_ci_images.sh naming msan as lsan image
Some checks reported errors
continuous-integration/drone/pr Build was killed
Some checks reported errors
continuous-integration/drone/pr Build was killed
This commit is contained in:
parent
8b20546c1a
commit
4e6cd1266c
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ docker build -t amd64_gcc_valgrind -f $CI_DIR/amd64/gcc/valgrind.dockerfile .
|
|||
echo "==> Building image: amd64_clang_lsan"
|
||||
docker build -t amd64_clang_lsan -f $CI_DIR/amd64/clang/lsan.dockerfile .
|
||||
|
||||
echo "==> Building image: amd64_clang_lsan"
|
||||
docker build -t amd64_clang_lsan -f $CI_DIR/amd64/clang/lsan.dockerfile .
|
||||
echo "==> Building image: amd64_clang_msan"
|
||||
docker build -t amd64_clang_msan -f $CI_DIR/amd64/clang/msan.dockerfile .
|
||||
|
||||
echo "WOOOOOOOOOOOOOOOOH!!! DONE :D"
|
||||
|
|
Loading…
Add table
Reference in a new issue