You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR at //src/platform/Linux/BUILD.gn:23:1: Assertion failed.
assert(chip_device_platform == "linux")
^-----
See //src/messaging/tests/java/BUILD.gn:39:15: which caused the file to be included.
deps += [ "${chip_root}/src/platform/Linux" ]
^--------------------------------
['gn', 'gen', '/Users/makardou/code/connectedhomeip/.environment/gn_out', '--args=chip_crypto="boringssl" dir_pigweed="/Users/makardou/code/connectedhomeip/third_party/pigweed/repo"']
Issue is in build/chip/java/config.gni due to this conditional : if (java_path != "" && (current_os == "linux" || current_os == "mac")) {
The text was updated successfully, but these errors were encountered:
Reproduction steps
JAVA_PATH
environment variableBug prevalence
Systematically
GitHub hash of the SDK that was being used
decd9e9
Platform
darwin
Platform Version(s)
No response
Anything else?
Failure Logs
Issue is in
build/chip/java/config.gni
due to this conditional :if (java_path != "" && (current_os == "linux" || current_os == "mac")) {
The text was updated successfully, but these errors were encountered: