mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-8.4'
* PHP-8.4: Remove now unused llvm installation in asan build
This commit is contained in:
commit
aff26e4d6e
1 changed files with 0 additions and 7 deletions
7
.github/workflows/push.yml
vendored
7
.github/workflows/push.yml
vendored
|
@ -84,13 +84,6 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
- name: apt
|
||||
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
|
||||
run: |
|
||||
echo "::group::Show host CPU info"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue