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 674b884 commit 9bf1224Copy full SHA for 9bf1224
azure/community_job.yml
@@ -21,16 +21,6 @@ jobs:
21
ubsan_options: 'print_stacktrace=1'
22
steps:
23
- template: apt.yml
24
- - script: |
25
- # Compile a newer version of curl, otherwise there will be an asan warning
26
- # when running symfony tests.
27
- wget https://curl.haxx.se/download/curl-7.65.3.tar.gz
28
- tar xzf curl-7.65.3.tar.gz
29
- cd curl-7.65.3/
30
- ./configure
31
- make -j2
32
- sudo make install
33
- displayName: 'Build Curl'
34
- template: configure.yml
35
parameters:
36
configurationParameters: ${{ parameters.configurationParameters }}
0 commit comments