Skip to content

Commit

Permalink
DISPATCH-2364: Cherry-pick from skupper-router: "Fixes #1317 - Define…
Browse files Browse the repository at this point in the history
… `${BuildType}` in GitHub Actions jobs (#1318)" (#1715)

(cherry picked from commit ba8b33194f003e5fe01dd81d72c3b2b4dcb8b0ed)
  • Loading branch information
jiridanek authored Dec 28, 2024
1 parent baecbfa commit cda9528
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -271,27 +271,31 @@ jobs:
- os: ubuntu-20.04
container: 'rockylinux'
containerTag: 8
buildType: RelWithDebInfo
runtimeCheck: OFF
protonGitRef: main
shard: 1
shards: 2
- os: ubuntu-20.04
container: 'rockylinux'
containerTag: 8
buildType: RelWithDebInfo
runtimeCheck: OFF
protonGitRef: main
shard: 2
shards: 2
- os: ubuntu-20.04
container: 'centos'
containerTag: 7
buildType: RelWithDebInfo
runtimeCheck: OFF
protonGitRef: 0.36.0
shard: 1
shards: 2
- os: ubuntu-20.04
container: 'centos'
containerTag: 7
buildType: RelWithDebInfo
runtimeCheck: OFF
protonGitRef: 0.36.0
shard: 2
Expand Down

0 comments on commit cda9528

Please sign in to comment.