We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3db1e5 commit a16e455Copy full SHA for a16e455
.github/workflows/main.yaml
@@ -63,6 +63,7 @@ jobs:
63
cobalt/testing/filters
64
cobalt/testing/tools
65
cobalt/tools
66
+ tools/binary_size
67
docker-compose.yaml
68
- name: Remove runtest if exists
69
if: github.event_name == 'pull_request'
cobalt/testing/tools/process_size_artifacts.sh
@@ -44,10 +44,7 @@ for artifact_dir in size_artifacts/size_artifacts_*; do
44
find_file "run_cobalt_sizes" "$artifact_dir" "RUNNER_PATH" || continue
45
46
echo "Running Check binary size for $PLATFORM"
47
- chmod +x "$RUNNER_PATH"
48
- pushd "$(dirname "$RUNNER_PATH")"
49
- python3 "$(basename "$RUNNER_PATH")"
50
- popd
+ python3 $RUNNER_PATH
51
52
find_file "perf_results.json" "$artifact_dir" "SIZES_PATH" || continue
53
0 commit comments