Refactor Dockerfiles (#6)
This commit is contained in:
parent
aefb8c98b0
commit
d6e90be651
6 changed files with 109 additions and 85 deletions
|
|
@ -47,7 +47,7 @@ fi
|
|||
if [[ "${BUILD_NAME}" = "clang-tidy" ]]; then
|
||||
# Compile with clang-tidy(1) turned on. The build treats clang-tidy warnings
|
||||
# as errors.
|
||||
export DISTRO=fedora-install
|
||||
export DISTRO=fedora
|
||||
export DISTRO_VERSION=30
|
||||
export CC=clang
|
||||
export CXX=clang++
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue