forked from shyim/wolfi-php
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphp-8.4-blackfire.yaml
More file actions
55 lines (48 loc) · 1.7 KB
/
php-8.4-blackfire.yaml
File metadata and controls
55 lines (48 loc) · 1.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
package:
name: php-8.4-blackfire
version: 1.92.60
epoch: 0
description: "Blackfire PHP Probe"
copyright:
- license: PROPRIETARY
dependencies:
runtime:
- ${{package.name}}-config
- php-8.4
environment:
contents:
packages:
- busybox
pipeline:
- uses: fetch
if: ${{build.arch}} == 'x86_64'
with:
uri: https://packages.blackfire.io/binaries/blackfire-php/${{package.version}}/blackfire-php-linux_amd64-php-84.so
expected-sha512: 62101db4bb2da87a3ea74528deb1bd0619a21289243795d7efc15642800d4e30ece7aa4458109f39f46c3cc14eda806ec422f20ac952af0910f45a3bca32b7fb
extract: false
- uses: fetch
if: ${{build.arch}} == 'aarch64'
with:
uri: https://packages.blackfire.io/binaries/blackfire-php/${{package.version}}/blackfire-php-linux_arm64-php-84.so
expected-sha512: e283c654e69563cfb0bcd93294c39eb443a676804718b3683ae8a0beb48c210ccc3a98c71620250b0d79bbd0423b7a16fe16074e38e11a787aa3693366b9cebb
extract: false
- name: Copy
if: ${{build.arch}} == 'x86_64'
runs: |
mkdir -p ${{targets.destdir}}/usr/lib/php/modules/
cp blackfire-php-linux_amd64-php-84.so ${{targets.destdir}}/usr/lib/php/modules/blackfire.so
- name: Copy
if: ${{build.arch}} == 'aarch64'
runs: |
mkdir -p ${{targets.destdir}}/usr/lib/php/modules/
cp blackfire-php-linux_arm64-php-84.so ${{targets.destdir}}/usr/lib/php/modules/blackfire.so
subpackages:
- name: ${{package.name}}-config
pipeline:
- runs: |
mkdir -p "${{targets.subpkgdir}}/etc/php/conf.d"
echo "extension=blackfire.so" > "${{targets.subpkgdir}}/etc/php/conf.d/blackfire.ini"
update:
enabled: true
release-monitor:
identifier: 371867