Commit 64b1927
committed
sandbox: Do not silently drop platform properties
For remote execution, there is currently no way to determine what
platform properties are supported. Silently dropping platform properties
that may or may not be supported can result in build behavior
differences or confusing errors.
This code was originally added before the `build-uid` and `build-gid`
sandbox configuration was made optional to not break remote execution.
However, now that the corresponding platform properties are only set if
requested by the project or element, it's better to fail the build than
to ignore the setting.1 parent 874f0b7 commit 64b1927
File tree
2 files changed
+0
-10
lines changed- src/buildstream/sandbox
2 files changed
+0
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
241 | | - | |
242 | | - | |
243 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | 134 | | |
139 | 135 | | |
140 | 136 | | |
| |||
203 | 199 | | |
204 | 200 | | |
205 | 201 | | |
206 | | - | |
207 | | - | |
208 | | - | |
209 | 202 | | |
210 | 203 | | |
211 | 204 | | |
| |||
0 commit comments