Files
CMake/.gitlab/ci/env_debian10_makefiles_clang.sh
Brad King 7e5e558d0f gitlab-ci: add job to test with clang-7 on debian10
Test with a Clang version old enough to have caught the regression fixed
by commit 9411766c35 (BinUtils: Avoid llvm-objdump versions older than
Clang 9, 2021-05-29).
2021-06-04 13:30:19 -04:00

3 lines
57 B
Bash

export CC=/usr/bin/clang-7
export CXX=/usr/bin/clang++-7