Skip to content

Commit a3e43fb

Browse files
committed
ci: Enabling PGO
Signed-off-by: Vincent Boutour <bob@vibioh.fr>
1 parent ee3859f commit a3e43fb

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/build.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,13 @@ jobs:
6464
exiftool
6565
key: exiftoolbinaries-12.77
6666
- name: Build
67+
env:
68+
DD_API_KEY: ${{ secrets.DD_API_KEY }}
69+
DD_APP_KEY: ${{ secrets.DD_APP_KEY }}
70+
DD_ENV: production
71+
DD_SERVICE: exas
72+
DD_SITE: datadoghq.eu
73+
PGO_NAME: exas
6774
run: |
6875
curl --disable --silent --show-error --location --max-time 30 "https://raw.githubusercontent.com/ViBiOh/scripts/main/bootstrap.sh" | bash -s -- "-c" "release.sh"
6976
./download_exiftool

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ toolchain go1.22.0
77
require (
88
github.com/ViBiOh/absto v1.7.9
99
github.com/ViBiOh/flags v1.5.0
10-
github.com/ViBiOh/httputils/v4 v4.75.3
10+
github.com/ViBiOh/httputils/v4 v4.75.4
1111
github.com/rabbitmq/amqp091-go v1.9.0
1212
go.opentelemetry.io/otel v1.26.0
1313
go.opentelemetry.io/otel/metric v1.26.0

0 commit comments

Comments
 (0)