Skip to content

Commit ecb9ed7

Browse files
committed
[ci] Explicitly disable vulkan_use_x11
1 parent 91d22cb commit ecb9ed7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ jobs:
5353
- name: Generate sysroot
5454
run: src/flutter/ci/tizen/generate_sysroot.py --out /tizen_tools/sysroot
5555

56+
- name: Disable vulkan_use_x11
57+
run: sed -i 's/vulkan_use_x11 = true/vulkan_use_x11 = false/g' src/build_overrides/vulkan_headers.gni
58+
5659
- name: Build
5760
run: |
5861
src/flutter/tools/gn \

0 commit comments

Comments
 (0)