Skip to content

Commit 1eb5e0e

Browse files
committed
do not merge: test i686-pc-windows-msvc
1 parent aa95934 commit 1eb5e0e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/check-binary-size.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
name: Check binary size
66

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

1313
# Both the "measure" and "report" jobs need to know this.
1414
env:
@@ -63,6 +63,8 @@ jobs:
6363
cat <<EOF > config.toml
6464
[llvm]
6565
download-ci-llvm = true
66+
[build]
67+
target = ["i686-pc-windows-msvc"]
6668
[rust]
6769
incremental = false
6870
EOF

0 commit comments

Comments
 (0)