Skip to content

Commit

Permalink
Merge branch 'main' into add/dash
Browse files Browse the repository at this point in the history
  • Loading branch information
ajayk authored Mar 26, 2024
2 parents 443f974 + d2b1331 commit 306a317
Show file tree
Hide file tree
Showing 24 changed files with 1,153 additions and 12 deletions.
6 changes: 3 additions & 3 deletions cilium-1.15.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: cilium-1.15
version: 1.15.2
epoch: 1
version: 1.15.3
epoch: 0
description: Cilium is a networking, observability, and security solution with an eBPF-based dataplane
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -59,7 +59,7 @@ pipeline:
with:
repository: https://github.com/cilium/cilium
tag: v${{package.version}}
expected-commit: 7cf5782920423b07e7a4e6e67fafd81e1d4a1d33
expected-commit: 22dfbc58ad8e1f52a5cae1adc17d6f317bffd747

- uses: patch
with:
Expand Down
4 changes: 2 additions & 2 deletions metacontroller.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: metacontroller
version: 4.11.10
version: 4.11.11
epoch: 0
description: Writing kubernetes controllers can be simple
copyright:
Expand All @@ -22,7 +22,7 @@ pipeline:
with:
repository: https://github.com/metacontroller/metacontroller
tag: v${{package.version}}
expected-commit: 37ea7b08c929dc65caf63601c0e5e6757b0da25b
expected-commit: b859b5a08ca8f98dd3464160e0d59a9debb14910

- runs: |
export PATH=$(go env GOPATH)/bin:$PATH
Expand Down
6 changes: 3 additions & 3 deletions opentelemetry-collector-contrib.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: opentelemetry-collector-contrib
version: 0.96.0
epoch: 1
version: 0.97.0
epoch: 0
description: Contrib repository for the OpenTelemetry Collector
copyright:
- license: Apache-2.0
Expand All @@ -20,7 +20,7 @@ pipeline:
with:
repository: https://github.com/open-telemetry/opentelemetry-collector-contrib
tag: v${{package.version}}
expected-commit: b16a03f946b7e26c94bf2aae11b429cd8931013f
expected-commit: 260966e08464969213f2c4844d1079ace3ebae2c

- runs: make otelcontribcol

Expand Down
59 changes: 59 additions & 0 deletions php-8.1-apcu.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
package:
name: php-8.1-apcu
version: 5.1.23
epoch: 0
description: "PHP extension for User Cache"
copyright:
- license: PHP-3.01
dependencies:
runtime:
- ${{package.name}}-config
- php-8.1
provides:
- php-apcu=${{package.full-version}}

environment:
contents:
packages:
- autoconf
- build-base
- busybox
- php-8.1
- php-8.1-dev

pipeline:
- uses: git-checkout
with:
repository: https://github.com/krakjoe/apcu
tag: "v${{package.version}}"
expected-commit: 1b725692b80b4856e8d705a7eda3ac416951aa1f

- name: Prepare build
runs: phpize

- name: Build
runs: |
set -x
./configure
- name: Make install
runs: |
INSTALL_ROOT="${{targets.destdir}}" DESTDIR="${{targets.destdir}}" make install
subpackages:
- name: ${{package.name}}-config
dependencies:
provides:
- php-apcu-config=${{package.full-version}}
pipeline:
- runs: |
mkdir -p "${{targets.subpkgdir}}/etc/php/conf.d"
echo "extension=apcu.so" > "${{targets.subpkgdir}}/etc/php/conf.d/apcu.ini"
update:
enabled: true
github:
identifier: krakjoe/apcu
strip-prefix: v
tag-filter: v
use-tag: true
60 changes: 60 additions & 0 deletions php-8.1-excimer.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
package:
name: php-8.1-excimer
version: 1.2.1
epoch: 0
description: "Excimer is a PHP extension that provides an interrupting timer and a low-overhead sampling profiler."
copyright:
- license: Apache-2.0
dependencies:
runtime:
- ${{package.name}}-config
- php-8.1
provides:
- php-excimer=${{package.full-version}}

environment:
contents:
packages:
- autoconf
- build-base
- busybox
- php-8.1
- php-8.1-dev

pipeline:
- uses: git-checkout
with:
repository: https://github.com/wikimedia/mediawiki-php-excimer
tag: "${{package.version}}"
expected-commit: 986209d032a1cc53ac930e44f50acb74ecee8816

- name: Prepare build
runs: phpize

- name: Configure
runs: |
set -x
./configure
- uses: autoconf/make

- name: Make install
runs: |
set -x
INSTALL_ROOT="${{targets.destdir}}" DESTDIR="${{targets.destdir}}" make install
subpackages:
- name: ${{package.name}}-config
dependencies:
provides:
- php-excimer-config=${{package.full-version}}
pipeline:
- runs: |
mkdir -p "${{targets.subpkgdir}}/etc/php/conf.d"
echo "extension=excimer.so" > "${{targets.subpkgdir}}/etc/php/conf.d/excimer.ini"
update:
enabled: true
github:
identifier: wikimedia/mediawiki-php-excimer
use-tag: true
59 changes: 59 additions & 0 deletions php-8.1-grpc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
package:
name: php-8.1-grpc
version: 1.62.1
epoch: 0
description: "A PHP extension for gRPC"
copyright:
- license: Apache-2.0
dependencies:
runtime:
- ${{package.name}}-config
- grpc
- php-8.1
provides:
- php-grpc=${{package.full-version}}

environment:
contents:
packages:
- autoconf
- build-base
- busybox
- grpc-dev
- php-8.1
- php-8.1-dev

pipeline:
- uses: git-checkout
with:
repository: https://github.com/grpc/grpc
tag: "v${{package.version}}"
expected-commit: 6d7a55890e076a3a8abc8185b6bf0153fcf9d179

- name: Prepare build
runs: cd src/php/ext/grpc && phpize

- name: Configure
runs: cd src/php/ext/grpc && ./configure

- name: Make install
runs: |
cd src/php/ext/grpc
INSTALL_ROOT="${{targets.destdir}}" DESTDIR="${{targets.destdir}}" make install
subpackages:
- name: ${{package.name}}-config
dependencies:
provides:
- php-grpc-config=${{package.full-version}}
pipeline:
- runs: |
mkdir -p "${{targets.subpkgdir}}/etc/php/conf.d"
echo "extension=grpc.so" > "${{targets.subpkgdir}}/etc/php/conf.d/grpc.ini"
update:
enabled: true
github:
identifier: grpc/grpc
strip-prefix: v
tag-filter: v
59 changes: 59 additions & 0 deletions php-8.1-imagick.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
package:
name: php-8.1-imagick
version: 3.7.0
epoch: 0
description: "PHP extension for ImageMagick"
copyright:
- license: PHP-3.01
dependencies:
runtime:
- ${{package.name}}-config
- imagemagick
- php-8.1
provides:
- php-imagick=${{package.full-version}}

environment:
contents:
packages:
- autoconf
- build-base
- busybox
- imagemagick-dev
- php-8.1
- php-8.1-dev

pipeline:
- uses: git-checkout
with:
repository: https://github.com/Imagick/imagick
tag: "${{package.version}}"
expected-commit: 52ec37ff633de0e5cca159a6437b8c340afe7831

- name: Prepare build
runs: phpize

- name: Configure
runs: |
set -x
./configure
- name: Make install
runs: |
INSTALL_ROOT="${{targets.destdir}}" DESTDIR="${{targets.destdir}}" make install
subpackages:
- name: ${{package.name}}-config
dependencies:
provides:
- php-imagick-config=${{package.full-version}}
pipeline:
- runs: |
mkdir -p "${{targets.subpkgdir}}/etc/php/conf.d"
echo "extension=imagick.so" > "${{targets.subpkgdir}}/etc/php/conf.d/imagick.ini"
update:
enabled: true
github:
identifier: Imagick/imagick
use-tag: true
59 changes: 59 additions & 0 deletions php-8.1-opentelemetry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
package:
name: php-8.1-opentelemetry
version: 1.0.1
epoch: 0
description: "OpenTelemetry PHP auto-instrumentation extension"
copyright:
- license: Apache-2.0
dependencies:
runtime:
- ${{package.name}}-config
- php-8.1
provides:
- php-opentelemetry=${{package.full-version}}

environment:
contents:
packages:
- autoconf
- build-base
- busybox
- php-8.1
- php-8.1-dev

pipeline:
- uses: git-checkout
with:
repository: https://github.com/open-telemetry/opentelemetry-php-instrumentation
tag: ${{package.version}}
expected-commit: 7010de909f8fa65ae83ffe3ffa815c82c71842c6

- name: Prepare build
runs: cd ext && phpize

- name: Configure
runs: |
set -x
cd ext
./configure
- name: Make install
runs: |
set -x
cd ext
INSTALL_ROOT="${{targets.destdir}}" DESTDIR="${{targets.destdir}}" make install
subpackages:
- name: ${{package.name}}-config
dependencies:
provides:
- php-opentelemetry-config=${{package.full-version}}
pipeline:
- runs: |
mkdir -p "${{targets.subpkgdir}}/etc/php/conf.d"
echo "extension=opentelemetry.so" > "${{targets.subpkgdir}}/etc/php/conf.d/opentelemetry.ini"
update:
enabled: true
github:
identifier: open-telemetry/opentelemetry-php-instrumentation
Loading

0 comments on commit 306a317

Please sign in to comment.