Skip to content

Commit aff26e4

Browse files
committed
Merge branch 'PHP-8.4'
* PHP-8.4: Remove now unused llvm installation in asan build
2 parents 26ccfbe + 6f7ec6a commit aff26e4

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/push.yml

-7
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,6 @@ jobs:
8484
uses: actions/checkout@v4
8585
- name: apt
8686
uses: ./.github/actions/apt-x64
87-
- name: LLVM 16 (ASAN-only)
88-
if: ${{ matrix.asan }}
89-
run: |
90-
DEBIAN_FRONTEND=noninteractive sudo apt-get install -y lsb-release wget software-properties-common gnupg
91-
wget https://apt.llvm.org/llvm.sh
92-
chmod u+x llvm.sh
93-
sudo ./llvm.sh 16
9487
- name: System info
9588
run: |
9689
echo "::group::Show host CPU info"

0 commit comments

Comments
 (0)