Skip to content

Commit

Permalink
do not merge: test i686-pc-windows-msvc
Browse files Browse the repository at this point in the history
  • Loading branch information
klensy committed May 4, 2024
1 parent aa95934 commit 1eb5e0e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/check-binary-size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
name: Check binary size

on:
pull_request_target:
pull_request:
# HACK(jubilee): something broke the distributed LLVM libso and I don't know what.
branches: []
# - master
branches:
- master

# Both the "measure" and "report" jobs need to know this.
env:
Expand Down Expand Up @@ -63,6 +63,8 @@ jobs:
cat <<EOF > config.toml
[llvm]
download-ci-llvm = true
[build]
target = ["i686-pc-windows-msvc"]
[rust]
incremental = false
EOF
Expand Down

0 comments on commit 1eb5e0e

Please sign in to comment.