1
0
mirror of https://github.com/php/php-src.git synced 2026-04-10 17:43:13 +02:00

Merge branch 'PHP-8.0'

* PHP-8.0:
  Remove custom curl build on community job
This commit is contained in:
Nikita Popov
2021-05-07 12:40:43 +02:00

View File

@@ -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 }}