We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa95934 commit 9234bc7Copy full SHA for 9234bc7
.github/workflows/check-binary-size.yml
@@ -5,10 +5,10 @@
5
name: Check binary size
6
7
on:
8
- pull_request_target:
+ pull_request:
9
# HACK(jubilee): something broke the distributed LLVM libso and I don't know what.
10
- branches: []
11
-# - master
+ branches:
+ - master
12
13
# Both the "measure" and "report" jobs need to know this.
14
env:
@@ -22,7 +22,7 @@ jobs:
22
23
strategy:
24
matrix:
25
- platform: [ubuntu-latest, windows-latest]
+ platform: [windows-latest]
26
runs-on: ${{ matrix.platform }}
27
permissions:
28
contents: read
@@ -63,6 +63,8 @@ jobs:
63
cat <<EOF > config.toml
64
[llvm]
65
download-ci-llvm = true
66
+ [build]
67
+ target = ["i686-pc-windows-msvc"]
68
[rust]
69
incremental = false
70
EOF
0 commit comments