Skip to content

Commit dfeb5a0

Browse files
committed
Fix orange builds
1 parent 22a8feb commit dfeb5a0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

scripts/cmake-presets/hudson.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,17 +51,17 @@
5151
{
5252
"name": "release-orange",
5353
"displayName": "Build with full optimizations (ORANGE)",
54-
"inherits": ["release", ".orange"]
54+
"inherits": [".orange", "release"]
5555
},
5656
{
5757
"name": "reldeb-orange",
5858
"displayName": "Build with optimizations, but enable host debugging (ORANGE)",
59-
"inherits": ["reldeb", ".orange"]
59+
"inherits": [".orange", "reldeb"]
6060
},
6161
{
6262
"name": "debug-orange",
6363
"displayName": "Build without optimization, enabling full host debugging (ORANGE)",
64-
"inherits": [".base", ".debug", ".orange"],
64+
"inherits": [".orange", ".base", ".debug"],
6565
"cacheVariables": {
6666
"CELERITAS_DEVICE_DEBUG":{"type": "BOOL", "value": "OFF"}
6767
}

scripts/cmake-presets/milan0.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,17 +52,17 @@
5252
{
5353
"name": "release-orange",
5454
"displayName": "Build with full optimizations (ORANGE)",
55-
"inherits": ["release", ".orange"]
55+
"inherits": [".orange", "release"]
5656
},
5757
{
5858
"name": "reldeb-orange",
5959
"displayName": "Build with optimizations, but enable host debugging (ORANGE)",
60-
"inherits": ["reldeb", ".orange"]
60+
"inherits": [".orange", "reldeb"]
6161
},
6262
{
6363
"name": "debug-orange",
6464
"displayName": "Build without optimization, enabling full host debugging (ORANGE)",
65-
"inherits": [".base", ".debug", ".orange"],
65+
"inherits": [".orange", ".base", ".debug"],
6666
"cacheVariables": {
6767
"CELERITAS_DEVICE_DEBUG":{"type": "BOOL", "value": "OFF"}
6868
}

0 commit comments

Comments
 (0)