Merge branch 'PHP-8.4'

* PHP-8.4:
  Remove now unused llvm installation in asan build
This commit is contained in:
Ilija Tovilo 2024-09-26 15:18:38 +02:00
commit aff26e4d6e
No known key found for this signature in database
GPG key ID: 5050C66BFCD1015A

View file

@ -84,13 +84,6 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: apt - name: apt
uses: ./.github/actions/apt-x64 uses: ./.github/actions/apt-x64
- name: LLVM 16 (ASAN-only)
if: ${{ matrix.asan }}
run: |
DEBIAN_FRONTEND=noninteractive sudo apt-get install -y lsb-release wget software-properties-common gnupg
wget https://apt.llvm.org/llvm.sh
chmod u+x llvm.sh
sudo ./llvm.sh 16
- name: System info - name: System info
run: | run: |
echo "::group::Show host CPU info" echo "::group::Show host CPU info"