Skip to content

Commit

Permalink
Try bloaty with clang-cl for C CXX Compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
kendal committed May 1, 2024
1 parent 6d8ecb8 commit d3e1a72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-swift-toolchain-binary-sizes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,11 @@ jobs:
uses: compnerd/gha-setup-vsdevenv@main
with:
host_arch: ${{ matrix.toolchain_arch }}
components: 'Microsoft.VisualStudio.Component.VC.Tools.x86.x64;Microsoft.VisualStudio.Component.VC.Tools.ARM64;Microsoft.VisualStudio.Component.Windows10SDK;Microsoft.VisualStudio.Component.Windows10SDK.19041;Microsoft.VisualStudio.Component.Windows10SDK.20348;Microsoft.VisualStudio.Component.Windows11SDK.22000;Microsoft.VisualStudio.Component.Windows11SDK.22621'
components: 'Microsoft.VisualStudio.Component.VC.Tools.x86.x64;Microsoft.VisualStudio.Component.VC.Tools.ARM64'
arch: ${{ matrix.toolchain_arch }}

- name: Run google/bloaty
uses: thebrowsercompany/gha-google-bloaty@46521d45a47aad3587eca6a9f0514382b33f5fe2
uses: thebrowsercompany/gha-google-bloaty@b3311ffc1d4c2b979f9f3ef799c6bb6f04b18c35
with:
bloaty-version: 34f4a66559ad4938c1e629e9b5f54630b2b4d7b0
bloaty-args: -w -n 0 -d inputfiles,segments -s file --csv
Expand Down

0 comments on commit d3e1a72

Please sign in to comment.