File tree Expand file tree Collapse file tree 6 files changed +66014
-33704
lines changed Expand file tree Collapse file tree 6 files changed +66014
-33704
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -2653,7 +2653,6 @@ Future<CommandResult> _runFlutterAnalyze(
26532653
26542654// These files legitimately require executable permissions
26552655const Set <String > kExecutableAllowlist = < String > {
2656- '.autoroller-preupload.sh' ,
26572656 'bin/dart' ,
26582657 'bin/flutter' ,
26592658 'bin/flutter-dev' ,
Original file line number Diff line number Diff line change 66 "cas_archive" : false ,
77 "name" : " licenses" ,
88 "description" : " Runs the license check script." ,
9- "gn" : [
10- " --target-dir" ,
11- " ci/host_release_licenses" ,
12- " --runtime-mode" ,
13- " release" ,
14- " --no-rbe" ,
15- " --no-goma"
16- ],
17- "ninja" : {
18- "config" : " ci/host_release_licenses" ,
19- "targets" : [
20- " flutter/tools/licenses_cpp" ,
21- " flutter/tools/licenses_cpp:licenses_cpp_testrunner"
22- ]
23- },
249 "tests" : [
2510 {
26- "name" : " Run license_cpp unittests" ,
27- "script" : " out/ci/host_release_licenses/licenses_cpp_testrunner"
28- },
29- {
30- "name" : " Run license_cpp" ,
31- "script" : " flutter/ci/licenses_cpp.sh" ,
32- "parameters" : [
33- " ci/host_release_licenses"
34- ]
11+ "name" : " licenses check" ,
12+ "max_attempts" : 1 ,
13+ "script" : " flutter/ci/licenses.sh"
3514 }
3615 ]
3716}
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ DATA_DIR="$SCRIPT_DIR/../tools/licenses_cpp/data"
6464# in the directory where you *run* the script from (your current working directory).
6565LICENSES_OUTPUT_PATH=" $SCRIPT_DIR /../sky/packages/sky_engine/LICENSE_CPP.new"
6666
67- LICENSES_PATH=" $SCRIPT_DIR /../sky/packages/sky_engine/LICENSE "
67+ LICENSES_PATH=" $SCRIPT_DIR /../sky/packages/sky_engine/LICENSE_CPP "
6868
6969# --- Validation ---
7070
You can’t perform that action at this time.
0 commit comments