This is an automated email from the ASF dual-hosted git repository.
jdanek pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git
The following commit(s) were added to refs/heads/main by this push:
new cda95280 DISPATCH-2364: Cherry-pick from skupper-router: "Fixes #1317
- Define `${BuildType}` in GitHub Actions jobs (#1318)" (#1715)
cda95280 is described below
commit cda952806cafde90f5fd43e02e61ddb44f55792c
Author: Jiri Daněk <[email protected]>
AuthorDate: Sat Dec 28 16:21:18 2024 +0100
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 c270051f..09b15f99 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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]