mirror of
https://github.com/php/php-src.git
synced 2024-12-03 23:05:57 +08:00
Merge branch 'PHP-8.0'
* PHP-8.0: Remove custom curl build on community job
This commit is contained in:
commit
7b7a192d76
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user