Skip to content

Commit

Permalink
Disable debug for LLVM->Intel for GitLab CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor-Y-Fadeev committed Mar 10, 2022
1 parent 43bc360 commit 8fd38ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ llvm-intel:
script:
- ln -s /usr/bin/clang++-11 /usr/bin/clang++
- patch ./scripts/test.sh < ./scripts/llvm.patch
- ./scripts/test.sh -d
- ./scripts/test.sh

llvm-baikal:
stage: llvm
Expand Down

0 comments on commit 8fd38ed

Please sign in to comment.