Commit 248ba59
Fix oss-enable in apple_test.bzl (facebook#1154)
Summary:
Pull Request resolved: facebook#1154
The `oss-enable` from {D87842176} are not getting enabled in open-source as intended.
https://github.com/facebook/buck2/blob/fde440f6f4ad8504486d2a2e1d153c4f45549db8/prelude/apple/apple_test.bzl#L259-L262
```lang=log,counterexample
From load at implicit location
Caused by:
0: From load at prelude/prelude.bzl:9
1: From load at prelude/native.bzl:17
2: From load at prelude/rules.bzl:12
3: From load at prelude/rules_impl.bzl:22
4: From load at prelude/apple/apple_rules_decls.bzl:83
5: Error evaluating module: `prelude//apple/apple_test.bzl`
6: error: Variable `local_enabled` not found
--> prelude/apple/apple_test.bzl:285:8
|
285 | if local_enabled and tpx_needs_local_simulator(test_device_type):
| ^^^^^^^^^^^^^
|
```
Reviewed By: milend
Differential Revision: D87990886
fbshipit-source-id: b240c59e538bd794807400d10fc9d93326ad07091 parent d6273ee commit 248ba59
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
259 | | - | |
260 | | - | |
261 | | - | |
262 | | - | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
| |||
0 commit comments