diff --git a/azure/community_job.yml b/azure/community_job.yml index db246212ed8..b82f3a78970 100644 --- a/azure/community_job.yml +++ b/azure/community_job.yml @@ -21,16 +21,6 @@ jobs: ubsan_options: 'print_stacktrace=1' steps: - template: apt.yml - - script: | - # Compile a newer version of curl, otherwise there will be an asan warning - # when running symfony tests. - wget https://curl.haxx.se/download/curl-7.65.3.tar.gz - tar xzf curl-7.65.3.tar.gz - cd curl-7.65.3/ - ./configure - make -j2 - sudo make install - displayName: 'Build Curl' - template: configure.yml parameters: configurationParameters: ${{ parameters.configurationParameters }}