-
Notifications
You must be signed in to change notification settings - Fork 29.4k
Closed
flutter/engine
#30917Closed
Copy link
Labels
P0Critical issues such as a build break or regressionCritical issues such as a build break or regressionc: contributor-productivityTeam-specific productivity, code health, technical debt.Team-specific productivity, code health, technical debt.customer: goingengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.r: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer versionwaiting for PR to land (fixed)A fix is in flightA fix is in flight
Description
Yesterday 32-bit arm engine builds started failing
../../third_party/glfw/src/monitor.c -o obj/third_party/glfw/src/glfw.monitor.o
| In file included from ../../third_party/glfw/src/monitor.c:28:
| In file included from ../../third_party/glfw/src/internal.h:169:
| ../../third_party/glfw/src/x11_platform.h:36:10: fatal error: 'X11/Xlib.h' file not found
| #include <X11/Xlib.h>
| ^~~~~~~~~~~~
| 1 error generated.
Master
Looks like glfw client has been enabled by default. This is the only scenario that does this. It should default to not
building glfw client. X11 is not always available nor desirable.
Complete build log available here:
https://github.com/meta-flutter/meta-flutter/runs/4613236435?check_suite_focus=true
Metadata
Metadata
Assignees
Labels
P0Critical issues such as a build break or regressionCritical issues such as a build break or regressionc: contributor-productivityTeam-specific productivity, code health, technical debt.Team-specific productivity, code health, technical debt.customer: goingengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.r: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer versionwaiting for PR to land (fixed)A fix is in flightA fix is in flight