Refactor Dockerfiles (#6)

This commit is contained in:
Takashi Matsuo 2019-07-12 10:12:30 -07:00 committed by GitHub
parent aefb8c98b0
commit d6e90be651
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 109 additions and 85 deletions

View file

@ -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++