From 1eb5e0ea0305f2fbeca7890ca7a7f66ced3197ca Mon Sep 17 00:00:00 2001 From: klensy Date: Sat, 4 May 2024 14:14:18 +0300 Subject: [PATCH] do not merge: test i686-pc-windows-msvc --- .github/workflows/check-binary-size.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-binary-size.yml b/.github/workflows/check-binary-size.yml index 5f4ec616..3eac65e3 100644 --- a/.github/workflows/check-binary-size.yml +++ b/.github/workflows/check-binary-size.yml @@ -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: @@ -63,6 +63,8 @@ jobs: cat < config.toml [llvm] download-ci-llvm = true + [build] + target = ["i686-pc-windows-msvc"] [rust] incremental = false EOF