55
55
run : flutter/engine/src/flutter/ci/tizen/generate_sysroot.py --out /tizen_tools/sysroot
56
56
57
57
- name : Build
58
- if : ${{ matrix.arch != x64 }}
58
+ if : ${{ matrix.arch != ' x64' }}
59
59
run : |
60
60
cd flutter
61
61
# Ignore unsupported linker option.
@@ -77,11 +77,11 @@ jobs:
77
77
cp -f flutter/third_party/icu/flutter/icudtl.dat out/build
78
78
79
79
- name : Build(x64)
80
- if : ${{ matrix.arch == x64 }}
80
+ if : ${{ matrix.arch == ' x64' }}
81
81
run : |
82
82
cd flutter
83
83
84
- flutter/tools/gn \
84
+ engine/src/ flutter/tools/gn \
85
85
--target-os linux \
86
86
--linux-cpu ${{ matrix.arch }} \
87
87
--no-goma \
@@ -96,13 +96,13 @@ jobs:
96
96
cp -f flutter/third_party/icu/flutter/icudtl.dat out/build
97
97
98
98
- name : Build gen_snapshot
99
- if : ${{ matrix.mode != 'debug' && matrix.arch != x64}}
99
+ if : ${{ matrix.mode != 'debug' && matrix.arch != ' x64' }}
100
100
run : |
101
101
cd flutter
102
102
ninja -C engine/src/out/build clang_x64/gen_snapshot
103
103
104
104
- name : Build gen_snapshot(x64)
105
- if : ${{ matrix.mode != 'debug' && matrix.arch == x64}}
105
+ if : ${{ matrix.mode != 'debug' && matrix.arch == ' x64' }}
106
106
run : |
107
107
cd flutter
108
108
ninja -C engine/src/out/build gen_snapshot
@@ -130,14 +130,14 @@ jobs:
130
130
if-no-files-found : error
131
131
132
132
- uses : actions/upload-artifact@v4
133
- if : ${{ matrix.mode != 'debug' && matrix.arch != x64}}
133
+ if : ${{ matrix.mode != 'debug' && matrix.arch != ' x64' }}
134
134
with :
135
135
name : tizen-${{ matrix.arch }}-${{ matrix.mode }}_linux-x64
136
136
path : flutter/engine/src/out/build/clang_x64/gen_snapshot
137
137
if-no-files-found : error
138
138
139
139
- uses : actions/upload-artifact@v4
140
- if : ${{ matrix.mode != 'debug' && matrix.arch == x64}}
140
+ if : ${{ matrix.mode != 'debug' && matrix.arch == ' x64' }}
141
141
with :
142
142
name : tizen-${{ matrix.arch }}-${{ matrix.mode }}_linux-x64
143
143
path : flutter/engine/src/out/build/gen_snapshot
0 commit comments