Skip to content

Commit 9234bc7

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

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

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

+6-4
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:
@@ -22,7 +22,7 @@ jobs:
2222
name: Check binary size
2323
strategy:
2424
matrix:
25-
platform: [ubuntu-latest, windows-latest]
25+
platform: [windows-latest]
2626
runs-on: ${{ matrix.platform }}
2727
permissions:
2828
contents: read
@@ -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)