We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fb3e78 commit 9a7bc66Copy full SHA for 9a7bc66
.gitlab/native.yml
@@ -38,7 +38,9 @@ include:
38
script:
39
- |
40
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)
43
source /tmp/venv/bin/activate
- python3 -c "import cython; print(cython.__file__)"
44
+ pip install -e . -v
45
ddtrace/internal/datadog/profiling/build_standalone.sh --clangtidy Debug all
46
echo -e "\e[0Ksection_end:`date +%s`:clang_tidy_build\r\e[0K"
0 commit comments