Skip to content

Commit a16e455

Browse files
committed
Apply Oscar's fixes
1 parent d3db1e5 commit a16e455

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
cobalt/testing/filters
6464
cobalt/testing/tools
6565
cobalt/tools
66+
tools/binary_size
6667
docker-compose.yaml
6768
- name: Remove runtest if exists
6869
if: github.event_name == 'pull_request'

cobalt/testing/tools/process_size_artifacts.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,7 @@ for artifact_dir in size_artifacts/size_artifacts_*; do
4444
find_file "run_cobalt_sizes" "$artifact_dir" "RUNNER_PATH" || continue
4545

4646
echo "Running Check binary size for $PLATFORM"
47-
chmod +x "$RUNNER_PATH"
48-
pushd "$(dirname "$RUNNER_PATH")"
49-
python3 "$(basename "$RUNNER_PATH")"
50-
popd
47+
python3 $RUNNER_PATH
5148

5249
find_file "perf_results.json" "$artifact_dir" "SIZES_PATH" || continue
5350

0 commit comments

Comments
 (0)