Skip to content

Commit

Permalink
Generate Supersize data
Browse files Browse the repository at this point in the history
  • Loading branch information
uazo authored Jan 26, 2022
1 parent 38dfc31 commit e43ea74
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build_bromite_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,15 @@ jobs:
test -f out/bromite/bromite.idx || \
/home/lg/working_dir/clangd_snapshot_20211205/bin/clangd-indexer --executor=all-TUs out/bromite/compile_commands.json >out/bromite/bromite.idx
- name: Generate Supersize data
if: ${{ github.event.inputs.debug == 'false' }}
shell: bash
run: |
PATH=$WORKSPACE/chromium/src/third_party/llvm-build/Release+Asserts/bin:$WORKSPACE/depot_tools/:/usr/local/go/bin:$WORKSPACE/mtool/bin:$PATH
cd $WORKSPACE/chromium/src
tools/binary_size/supersize archive out/bromite/chrome.size --apk-file out/bromite/apks/ChromePublic.apk -v
- name: Build junit tests
shell: bash
Expand Down

0 comments on commit e43ea74

Please sign in to comment.