From 9bf1224d071e946d92ddd439bc185e57c023df9b Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Fri, 7 May 2021 11:32:47 +0200 Subject: [PATCH] Remove custom curl build on community job This should no longer be necessary now that we're on Ubuntu 20.04. --- azure/community_job.yml | 10 ---------- 1 file changed, 10 deletions(-) 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 }}