File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 5
5
name : Check binary size
6
6
7
7
on :
8
- pull_request :
8
+ pull_request_target :
9
9
# HACK(jubilee): something broke the distributed LLVM libso and I don't know what.
10
10
branches : []
11
11
# - master
56
56
with :
57
57
repository : rust-lang/rust
58
58
path : ${{ env.RUSTC_DIR }}
59
- # Arbitrary known working version, latest commit on 2024-02-13
59
+ # Arbitrary version from 2024-04-28
60
60
ref : cc74ed08d53fbb440b4ab70035a92d89d418d23c
61
61
- name : Set up std repository and backtrace submodule for size test
62
62
shell : bash
86
86
cd library/backtrace
87
87
git remote add head-pr "https://github.com/$PR_SOURCE_REPO"
88
88
git fetch --all
89
- - name : run ls
90
- run : ls -a; ls ./backtrace
91
89
- name : Build binary with base version of backtrace
92
90
uses : ./backtrace/.github/actions/build-with-patched-std
93
91
with :
You can’t perform that action at this time.
0 commit comments