Skip to content

Commit 9bf1224

Browse files
committed
Remove custom curl build on community job
This should no longer be necessary now that we're on Ubuntu 20.04.
1 parent 674b884 commit 9bf1224

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

azure/community_job.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,6 @@ jobs:
2121
ubsan_options: 'print_stacktrace=1'
2222
steps:
2323
- 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'
3424
- template: configure.yml
3525
parameters:
3626
configurationParameters: ${{ parameters.configurationParameters }}

0 commit comments

Comments
 (0)