summaryrefslogtreecommitdiff
path: root/azure/macos
Commit message (Collapse)AuthorAgeFilesLines
* Replaced deprecated `hw.ncpu` with `hm. logicalcpu`Gabriel Caruso2021-03-031-1/+1
| | | | | | Found that at ziglang/zig#1252. Closes GH-5541
* Don't disable phpdbg on macosNikita Popov2020-12-021-1/+0
| | | | | I'm not sure what the original issue here was, but it seems to be working fine now, so let's make sure it stays that way...
* Run the opcache-only configuration only for scheduled buildsNikita Popov2020-09-081-5/+6
| | | | | | | The opcache-only configuration has very little signal (i.e. it is very rare that it fails while non-opcache and opcache+jit both pass). Switch it to run only for nightly builds, so we get faster results on normal builds.
* Merge branch 'PHP-7.4'Nikita Popov2020-09-081-13/+3
|\ | | | | | | | | | | * PHP-7.4: Revert "Update libzip on macos" Revert "Manually build re2c on macos"
| * Revert "Update libzip on macos"Nikita Popov2020-09-081-4/+1
| | | | | | | | This reverts commit 090bddb93488b6bcf411e970afe77d96f86f4ac8.
| * Revert "Manually build re2c on macos"Nikita Popov2020-09-081-9/+2
| | | | | | | | This reverts commit 9bbe236f6adead060d83c87a581674f4917db3de.
* | Merge branch 'PHP-7.4'Nikita Popov2020-08-041-2/+9
|\ \ | |/ | | | | | | * PHP-7.4: Manually build re2c on macos
| * Manually build re2c on macosNikita Popov2020-08-041-2/+9
| | | | | | | | | | | | | | Avoid issues with the licensing mafia, see: https://github.com/Homebrew/homebrew-core/pull/59094 Closes GH-5932.
* | Also run function jit tests on macosNikita Popov2020-07-311-1/+7
| |
* | Update azure macos builds to 10.15Nikita Popov2020-07-291-1/+1
| | | | | | | | Closes GH-5908.
* | Enable dba on azureNikita Popov2020-06-231-0/+1
| | | | | | | | Closes GH-5756.
* | Merge branch 'PHP-7.4'Nikita Popov2020-06-181-1/+4
|\ \ | |/
| * Update libzip on macosNikita Popov2020-06-181-1/+4
| | | | | | | | | | | | We need libzip 1.7.1, because libzip 1.7.0 is broken. Closes GH-5737.
* | Unbundle ext/xmlrpcChristoph M. Becker2020-05-291-1/+0
| | | | | | | | | | According to <https://wiki.php.net/rfc/unbundle_xmlprc> we unbundle ext/xmlrpc.
* | Merge branch 'PHP-7.4'Nikita Popov2020-05-221-0/+1
|\ \ | |/ | | | | | | * PHP-7.4: Show diffs for failed tests on Azure CI
| * Show diffs for failed tests on Azure CIAlex Dowad2020-05-221-0/+1
| | | | | | | | | | | | | | It's currently not possible to view the "Tests" tab on Azure if you're not signed in, so also display diffs in the log. Closes GH-5612.
* | Merge branch 'PHP-7.4'Nikita Popov2020-02-241-0/+1
|\ \ | |/ | | | | | | | | * PHP-7.4: Enable ext/sodium in CI Add skipif for argon2id in test
| * Enable ext/sodium in CINikita Popov2020-02-241-0/+1
| |
* | Merge branch 'PHP-7.4'Nikita Popov2020-02-131-2/+2
|\ \ | |/ | | | | | | * PHP-7.4: Fix Azure MacOS build
| * Fix Azure MacOS buildNikita Popov2020-02-131-2/+2
| |
* | Merge branch 'PHP-7.4'Nikita Popov2019-09-171-0/+1
|\ \ | |/
| * Enable --with-mhash on CINikita Popov2019-09-171-0/+1
| |
* | Merge branch 'PHP-7.4'Nikita Popov2019-08-281-2/+2
|\ \ | |/
| * Set opcache.protect_memory=1 on AzureNikita Popov2019-08-281-1/+1
| |
* | Merge branch 'PHP-7.4'Nikita Popov2019-07-291-3/+0
|\ \ | |/
| * Don't explicitly install homebrewNikita Popov2019-07-291-3/+0
| | | | | | | | | | It is already installed on azure, and this installation step is very unreliable lately.
* | Merge branch 'PHP-7.4'Joe Watkins2019-07-031-0/+1
|\ \ | |/ | | | | | | * PHP-7.4: Enable option checking on CI
| * Enable option checking on CIPeter Kokot2019-07-031-0/+1
| | | | | | | | | | | | This adds the Autoconf's --enable-option-checking=fatal option so when non existing option from the PHP's configure options is used a fatal error happens.
* | Merge branch 'PHP-7.4'Joe Watkins2019-07-031-2/+0
|\ \ | |/ | | | | | | * PHP-7.4: Remove libtool and automake from azure installs
| * Remove libtool and automake from azure installsPeter Kokot2019-07-031-2/+0
| | | | | | | | These two deps are not needed to build PHP.
* | Merge branch 'PHP-7.4'Nikita Popov2019-06-171-0/+2
|\ \ | |/
| * Enable intl on macosNikita Popov2019-06-171-0/+2
| |
* | Report test failures on macosNikita Popov2019-06-171-1/+1
| | | | | | | | This was enabled on 7.4 but for some reason disabled on master.
* | enable JIT only in master for macosxJoe Watkins2019-06-141-0/+5
| |
* | Merge branch 'PHP-7.4'Joe Watkins2019-06-143-16/+15
|\ \ | |/ | | | | | | * PHP-7.4: fix mac tests on azure
| * fix mac tests on azureJoe Watkins2019-06-143-17/+16
| |
* | Reenable -Werror for macos buildNikita Popov2019-06-131-0/+1
| |
* | temporarily disable werror on mac in master because of build failures in JITJoe Watkins2019-06-121-1/+0
|/
* Enable -Werror on macos buildsNikita Popov2019-06-121-1/+2
|
* we are not running database tests on macos, there is no need to install ↵Joe Watkins2019-06-122-14/+2
| | | | mysql or start pg
* disable phpdbg on macosx, it's not well tested there and is skewing results ↵Joe Watkins2019-06-121-1/+1
| | | | [ci skip]
* checkout depth of one doesn't always work with batched builds, it seemsJoe Watkins2019-06-111-2/+0
|
* azure macosJan Altensen2019-06-093-0/+162
Change-Id: I3465dcc865c254cea02feb619f6706fa0d164757