Skip to content

Commit 9a7bc66

Browse files
fixup! fixup! fixup! ci(profiling): add a clang-tidy check
1 parent 7fb3e78 commit 9a7bc66

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.gitlab/native.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ include:
3838
script:
3939
- |
4040
echo -e "\e[0Ksection_start:`date +%s`:clang_tidy_build[collapsed=true]\r\e[0Kclang-tidy on profiling C++ code"
41+
export DD_FAST_BUILD=1
42+
export CMAKE_BUILD_PARALLEL_LEVEL=$(nproc)
4143
source /tmp/venv/bin/activate
42-
python3 -c "import cython; print(cython.__file__)"
44+
pip install -e . -v
4345
ddtrace/internal/datadog/profiling/build_standalone.sh --clangtidy Debug all
4446
echo -e "\e[0Ksection_end:`date +%s`:clang_tidy_build\r\e[0K"

0 commit comments

Comments
 (0)