From 0760a57205eac4067c1a5ef1103110cee18a7f4e Mon Sep 17 00:00:00 2001 From: Ilija Tovilo Date: Fri, 10 Mar 2023 01:32:28 +0100 Subject: [PATCH] [skip ci] Remove references to Azure Pipelines --- README.md | 1 - ext/opcache/jit/README.md | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f98feb78823..85cdf6c333b 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,6 @@ blog to the most popular websites in the world. PHP is distributed under the [![Push](https://github.com/php/php-src/actions/workflows/push.yml/badge.svg)](https://github.com/php/php-src/actions/workflows/push.yml) [![Build status](https://travis-ci.com/php/php-src.svg?branch=master)](https://travis-ci.com/github/php/php-src) [![Build status](https://ci.appveyor.com/api/projects/status/meyur6fviaxgdwdy/branch/master?svg=true)](https://ci.appveyor.com/project/php/php-src) -[![Build Status](https://dev.azure.com/phpazuredevops/php/_apis/build/status/php.php-src?branchName=master)](https://dev.azure.com/phpazuredevops/php/_build/latest?definitionId=1&branchName=master) [![Fuzzing Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/php.svg)](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:php) ## Documentation diff --git a/ext/opcache/jit/README.md b/ext/opcache/jit/README.md index 3119f37811c..3ba6fe2abe3 100644 --- a/ext/opcache/jit/README.md +++ b/ext/opcache/jit/README.md @@ -34,7 +34,7 @@ Running tests of the JIT ------------------------ Then, to test the JIT, e.g. with opcache.jit=tracing, an example command -based on what is used to test in Azure CI: +based on what is used to test in CI: ``` make test TESTS="-d opcache.jit_buffer_size=16M -d opcache.enable=1 -d opcache.enable_cli=1 -d opcache.protect_memory=1 -d opcache.jit=tracing --repeat 2 --show-diff -j$(nproc) ext/opcache Zend" @@ -75,7 +75,7 @@ For i386 (i.e. 32-bit): `ext/opcache/minilua ext/opcache/jit/dynasm/dynasm.lua ### How to build 32-bit builds on x86_64 environments -Refer to [../../../azure/i386](../../../azure/i386/apt.yml) for examples of +Refer to [../../../.github/workflows/push.yml](../../../.github/workflows/push.yml) for examples of dependencies to install. If you are running this natively (outside of Docker or a VM): @@ -93,7 +93,7 @@ set up prerequisites for regular development. ``` sudo dpkg --add-architecture i386 sudo apt-get update -y -# As well as anything else from azure/i386/apt.yml that you're testing locally +# As well as anything else from .github/actions/apt-x32/action.yml that you're testing locally sudo apt-get install \ gcc-multilib g++-multilib \ libxml2-dev:i386 \