Skip to content

Commit

Permalink
ICU-22522 DEBUG: cat config.log
Browse files Browse the repository at this point in the history
  • Loading branch information
roubert committed Nov 27, 2023
1 parent 0707dd3 commit 87a1e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci-builds/.azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ jobs:
sudo apt install -qy clang-16 lld-16 libc++-16-dev libc++abi-16-dev
displayName: 'Install Clang-16'
- script: |
cd icu4c/source && ./runConfigureICU Linux && make -j -l2.5 check
cd icu4c/source && ( ./runConfigureICU Linux || ( echo '---8<---' ; cat config.log ; echo '---8<---' ; /bin/false ) ) && make -j -l2.5 check
displayName: 'Build and Test'
env:
CC: clang-16
Expand Down

0 comments on commit 87a1e65

Please sign in to comment.