Skip to content

Commit 7b7a192

Browse files
committed
Merge branch 'PHP-8.0'
* PHP-8.0: Remove custom curl build on community job
2 parents 50b4a7a + 9bf1224 commit 7b7a192

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)