From cda952806cafde90f5fd43e02e61ddb44f55792c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jiri=20Dan=C4=9Bk?= Date: Sat, 28 Dec 2024 16:21:18 +0100 Subject: [PATCH] DISPATCH-2364: Cherry-pick from skupper-router: "Fixes #1317 - Define `${BuildType}` in GitHub Actions jobs (#1318)" (#1715) (cherry picked from commit ba8b33194f003e5fe01dd81d72c3b2b4dcb8b0ed) --- .github/workflows/build.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index c270051fd..09b15f99a 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -271,6 +271,7 @@ jobs: - os: ubuntu-20.04 container: 'rockylinux' containerTag: 8 + buildType: RelWithDebInfo runtimeCheck: OFF protonGitRef: main shard: 1 @@ -278,6 +279,7 @@ jobs: - os: ubuntu-20.04 container: 'rockylinux' containerTag: 8 + buildType: RelWithDebInfo runtimeCheck: OFF protonGitRef: main shard: 2 @@ -285,6 +287,7 @@ jobs: - os: ubuntu-20.04 container: 'centos' containerTag: 7 + buildType: RelWithDebInfo runtimeCheck: OFF protonGitRef: 0.36.0 shard: 1 @@ -292,6 +295,7 @@ jobs: - os: ubuntu-20.04 container: 'centos' containerTag: 7 + buildType: RelWithDebInfo runtimeCheck: OFF protonGitRef: 0.36.0 shard: 2