Skip to content

Commit 268e0bb

Browse files
committed
update
1 parent 3fa5bf5 commit 268e0bb

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
name: Check binary size
66

77
on:
8-
pull_request:
8+
pull_request_target:
99
# HACK(jubilee): something broke the distributed LLVM libso and I don't know what.
1010
branches: []
1111
# - master
@@ -56,7 +56,7 @@ jobs:
5656
with:
5757
repository: rust-lang/rust
5858
path: ${{ env.RUSTC_DIR }}
59-
# Arbitrary known working version, latest commit on 2024-02-13
59+
# Arbitrary version from 2024-04-28
6060
ref: cc74ed08d53fbb440b4ab70035a92d89d418d23c
6161
- name: Set up std repository and backtrace submodule for size test
6262
shell: bash
@@ -86,8 +86,6 @@ jobs:
8686
cd library/backtrace
8787
git remote add head-pr "https://github.com/$PR_SOURCE_REPO"
8888
git fetch --all
89-
- name: run ls
90-
run: ls -a; ls ./backtrace
9189
- name: Build binary with base version of backtrace
9290
uses: ./backtrace/.github/actions/build-with-patched-std
9391
with:

0 commit comments

Comments
 (0)